NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

Expected RBRACE at line 7, col 3.
Open

  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
Severity: Minor
Found in resource/fontawesome/css/solid.css by csslint

Expected RBRACE at line 3, col 3.
Open

  --dark-color: #0d284e;
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

Expected (<color>) but found 'var(--info-box-one-arrow)'.</color>
Open

    color: var(--info-box-one-arrow);
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

  #search-wrapper button.dropdown-toggle i {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected (<color>) but found 'var(--search-dropdown-toggle-hover-bg)'.</color>
Open

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

Expected end of value but found 'var(--search-border)'.
Open

    border: 1px solid var(--search-border);
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 7, col 3.
Open

  --light-color: #f2f5f7;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 26, col 3.
Open

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

Expected RBRACE at line 27, col 3.
Open

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

Use of !important
Open

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

Expected (<time>#) but found 'var(--fa-animation-duration , 1s)'.</time>
Open

          animation-duration: var(--fa-animation-duration, 1s);

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

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

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

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

Expected ([ <number> | infinite ]#) but found 'var(--fa-animation-iteration-count , infinite)'.</number>
Open

  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);

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

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

Expected ([ normal | alternate ]#) but found 'var(--fa-animation-direction , normal)'.
Open

  -webkit-animation-direction: var(--fa-animation-direction, normal);

Expected (<color>{1,4}) but found 'var(--search-border)'.</color>
Open

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

Values of 0 shouldn't have units specified.
Open

    padding-top: 0rem;
Severity: Minor
Found in resource/css/skosmos.css by csslint
Severity
Category
Status
Source
Language