NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

Element (span.dropdown) is overqualified, just use .dropdown without element name.
Open

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

Expected (inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | grid | inline-grid | run-in | ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container | contents | none | -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-marker | -webkit-box | -webkit-inline-box | -ms-flexbox | -ms-inline-flexbox | flex | -webkit-flex | inline-flex | -webkit-inline-flex) but found 'var(--fa-display , inline-block)'.
Open

  display: var(--fa-display, inline-block);

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

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

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

  -webkit-animation-duration: var(--fa-animation-duration, 2s);

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

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

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

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

Rule is empty.
Open

:root, :host {
Severity: Minor
Found in resource/fontawesome/css/solid.css by csslint

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: local(''),
Severity: Minor
Found in resource/css/fonts.css by csslint

Expected RBRACE at line 11, col 3.
Open

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

Expected RBRACE at line 17, col 3.
Open

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

Expected RBRACE at line 32, col 3.
Open

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

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

    color: var(--vocab-box-one-arrow);
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

Use of !important
Open

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

Heading (h2) should not be qualified.
Open

  #skosmos-logo-top h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected ([ <generic-family> | <family-name> ]#) but found 'var(--font-family-heading)'.</family-name></generic-family>
Open

    font-family: var(--font-family-heading);
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

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
Severity: Minor
Found in resource/fontawesome/css/solid.css by csslint

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: local(''),
Severity: Minor
Found in resource/css/fonts.css by csslint

Expected RBRACE at line 18, col 3.
Open

  --sidebar-tab-active-bg: var(--dark-color);
Severity: Minor
Found in resource/css/skosmos.css by csslint
Severity
Category
Status
Source
Language