NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

Expected RBRACE at line 36, col 3.
Open

  --font-family: 'Public Sans', sans-serif;
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

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

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 #language-list {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-bottom: 0rem;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h2) should not be qualified.
Open

  #vocabulary-list h2, #welcome-box h2, #vocab-info h2 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

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

Use of !important
Open

    font-weight: normal !important;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Heading (h1) should not be qualified.
Open

  #main-content h1 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  #resource-table th {
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

  #resource-table td {
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);

@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 6, col 3.
Open

  --secondary-medium-color: #b8c9db;
Severity: Minor
Found in resource/css/skosmos.css by csslint

Expected RBRACE at line 14, col 3.
Open

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

Expected RBRACE at line 16, col 3.
Open

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

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

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

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

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

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -100%;
Severity: Minor
Found in resource/css/skosmos.css by csslint
Severity
Category
Status
Source
Language