kiwitcms/Kiwi

View on GitHub
tcms/static/style/patternfly_override.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#properties-accordion .panel-heading,

Use of !important
Open

    content: none !important;

Use of !important
Open

        display: none !important;

Don't use IDs in selectors.
Open

#properties-accordion .panel-body {

Element (nav.navbar-default) is overqualified, just use .navbar-default without element name.
Open

nav.navbar-default { border-top-color: #3C8D2C; }

Element (p.errornote) is overqualified, just use .errornote without element name.
Open

.errorlist, p.errornote + ul.errorlist,

Element (li.grp-danger) is overqualified, just use .grp-danger without element name.
Open

.grp-messagelist > li.grp-danger {

Element (a.disabled) is overqualified, just use .disabled without element name.
Open

a.disabled {

Element (a.no-before::before) is overqualified, just use .no-before without element name.
Open

.panel-group .panel-title > a.no-before::before {

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

    padding: 8px;

Using width with border can sometimes make elements larger than you expect.
Invalid

    border: 1px solid #ccc;

Adjoining classes: .tt-suggestion.tt-cursor
Open

.tt-suggestion.tt-cursor {

Expected COLON at line 72, col 26.
Open

    color: #c00; inherit !important;

There are no issues that match your filters.

Category
Status