NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

Expected (<opacity-value>) but found 'var(--fa-fade-opacity , 0.4)'.</opacity-value>
Open

    opacity: var(--fa-fade-opacity, 0.4); } }

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

.sr-only,

Expected RBRACE at line 7, col 3.
Open

  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }

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

@font-face {

Expected RBRACE at line 15, col 3.
Open

  --sidebar-search-text: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 22, col 3.
Open

  --search-bg: var(--white-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--dark-color)'.</color>
Open

  color: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-2)'.</color>
Open

    color: var(--topbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    color: var(--topbar-text-2) !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  #search-wrapper ul {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<opacity-value>) but found 'var(--fa-fade-opacity , 0.4)'.</opacity-value>
Open

    opacity: var(--fa-fade-opacity, 0.4); } }

Unknown property 'font-display'.
Open

  font-display: block;
Severity: Minor
Found in resource/fontawesome/css/solid.css by csslint

Use of !important
Open

  font-size: 2.75em !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-bg-2)'.</color>
Open

    background-color: var(--topbar-bg-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--topbar-text-1)'.</color>
Open

    color: var(--topbar-text-1);
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  #multi-search-toggle::after {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--headerbar-text-2)'.</color>
Open

    background-color: var(--headerbar-text-2);
Severity: Minor
Found in resource/css/skosmos.css by csslint

The property -ms-transform is compatible with -webkit-transform and should be included as well.
Open

  -webkit-transform: rotate(180deg);

The property -ms-transform is compatible with -webkit-transform and should be included as well.
Open

  -webkit-transform: scale(1, -1);

Expected (<integer> | auto) but found 'var(--fa-stack-z-index , auto)'.</integer>
Open

  z-index: var(--fa-stack-z-index, auto); }
Severity
Category
Status
Source
Language