Chatterbox-IRC/Chatterbox

View on GitHub
client/stylesheets/toolbar.css

Summary

Maintainability
Test Coverage

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 12px;
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 0 24px;
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 12px;
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(255, 255, 255, 0.87);
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar a span {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar input::-webkit-input-placeholder::before {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar a {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar a svg {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Outlines should only be modified using :focus.
Open

.toolbar input {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar input {
Severity: Minor
Found in client/stylesheets/toolbar.css by csslint

There are no issues that match your filters.

Category
Status