NatLibFi/Skosmos

View on GitHub

Showing 1,049 of 1,049 total issues

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

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

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

  -webkit-transform: rotate(270deg);

Expected RBRACE at line 5, col 3.
Open

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

Expected RBRACE at line 13, col 3.
Open

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

Expected RBRACE at line 23, col 3.
Open

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

Expected RBRACE at line 28, col 3.
Open

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

Expected RBRACE at line 29, col 3.
Open

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

Heading (h3) should not be qualified.
Open

  #topbar h3 {
Severity: Minor
Found in resource/css/skosmos.css by csslint

Use of !important
Open

    display: none !important;
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

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(--vocab-box-header)'.</color>
Open

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

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

  #main-container.vocabpage #sidebar-col, #main-container.termpage #sidebar-col {
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

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

  #tab-hierarchy .sidebar-list .list-group-item .concept-label {
Severity: Minor
Found in resource/css/skosmos.css by csslint

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

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

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

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

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

  .property-value {
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: scale(-1, 1);

Expected RBRACE at line 9, col 3.
Open

  --white-color: #ffffff;
Severity: Minor
Found in resource/css/skosmos.css by csslint
Severity
Category
Status
Source
Language