Fix stylelint errors

This commit is contained in:
Hannes 2019-12-29 14:54:12 +01:00
parent 7eec5d84d9
commit d4fa64fc53
No known key found for this signature in database
GPG key ID: 371029119C5F0D51
12 changed files with 36 additions and 36 deletions

View file

@ -36,51 +36,51 @@
fill: rgba( 0, 8, 16, 0.15 );
}
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow {
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow {
border-top-color: @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow:after {
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow:after {
border-top: 7px solid @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow:before {
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow:before {
border-top: 7px solid rgba( 0, 8, 16, 0.2 );
}
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow {
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow {
border-bottom-color: @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:after {
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:after {
border-bottom: 7px solid @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:before {
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:before {
border-bottom: 7px solid rgba( 0, 8, 16, 0.2 );
}
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow {
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow {
border-left-color: @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow:after {
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow:after {
border-left: 7px solid @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow:before {
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow:before {
border-left: 7px solid rgba( 0, 8, 16, 0.2 );
}
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow {
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow {
border-right-color: @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow:after {
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow:after {
border-right: 7px solid @dark-bg-0;
}
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow:before {
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow:before {
border-right: 7px solid rgba( 0, 8, 16, 0.2 );
}
@ -93,19 +93,19 @@
background-color: @dark-bg-0;
}
.tippy-tooltip.light-theme[ x-placement^=top ] .tippy-arrow {
.tippy-tooltip.light-theme[ x-placement^='top' ] .tippy-arrow {
border-top: 8px solid @dark-bg-0;
}
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow {
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow {
border-bottom: 8px solid @dark-bg-0;
}
.tippy-tooltip.light-theme[ x-placement^=left ] .tippy-arrow {
.tippy-tooltip.light-theme[ x-placement^='left' ] .tippy-arrow {
border-left: 8px solid @dark-bg-0;
}
.tippy-tooltip.light-theme[ x-placement^=right ] .tippy-arrow {
.tippy-tooltip.light-theme[ x-placement^='right' ] .tippy-arrow {
border-right: 8px solid @dark-bg-0;
}

View file

@ -72,7 +72,7 @@
}
.smw-ask-button-dblue {
color: #fff;
color: @dark-text-100;
background-color: #337ab7;
border-color: #2e6da4;
}

View file

@ -36,7 +36,7 @@
}
.smw-modal-footer {
background-color: #5cb85c;
background-color: @green-50;
color: @dark-text-100;
}
}

View file

@ -106,16 +106,16 @@
.smw-property input.nav-tab:checked + label.nav-label.smw-tab-warning,
.smw-concept input.nav-tab:checked + label.nav-label.smw-tab-warning,
.smw-types input.nav-tab:checked + label.nav-label.smw-tab-warning {
border-top: 2px solid rgb( 204, 0, 0 );
border-top: 2px solid @red-50;
}
.smw-property input.nav-tab:checked + label.nav-label.smw-tab-spec,
.smw-concept input.nav-tab:checked + label.nav-label.smw-tab-spec {
border-top: 2px solid orange;
border-top: 2px solid @yellow-50;
}
.smw-property input.nav-tab:checked + label#tab-label-smw-property-constraint.nav-label {
border-top: 2px solid #42c0fb;
border-top: 2px solid @accent-50;
}
@media screen and ( max-width: 800px ) {

View file

@ -48,7 +48,7 @@
}
.smw-admin input.nav-tab:checked + label.nav-label.smw-tab-warning {
border-top: 2px solid rgb( 204, 0, 0 );
border-top: 2px solid @red-50;
}
.client-nojs .smw-admin-supplementary-duplookup-content:after {

View file

@ -9,7 +9,7 @@
fieldset#mw-prefsection-smw-general-options,
fieldset#mw-prefsection-smw-ask-options,
fieldset#mw-prefsection-smw-srf {
border: 0 solid #2a4b8d;
border: 0 solid @accent-10;
border-top: 1px solid @dark-bg-20;
}

View file

@ -15,10 +15,10 @@
}
span.smwttactivepersist {
color: #0000c8;
color: @accent-50;
}
span.smwttactiveinline {
color: #b70;
color: @yellow-30;
}
}

View file

@ -61,10 +61,10 @@
}
div.smw-vtab-nav .smw-vtab-warning a {
color: #ffc876;
color: @yellow-50;
}
div.smw-vtab-nav .smw-vtab-warning.active a {
color: #eb8c00;
color: @yellow-30;
}
}

View file

@ -218,7 +218,7 @@
.sm_navi {
background: @dark-bg-20;
border-bottom: 1px solid #79b;
border-bottom: 1px solid @accent-90;
}
.sm_navi > p > a:link,
@ -241,7 +241,7 @@
}
.sm_container > .sm_select_ng {
background: #fcc;
background: @red-90;
}
div.sm_result_area div.pagination > ul > li > a {

View file

@ -47,7 +47,7 @@
}
.schema-error {
color: #c00;
color: @red-50;
}
h3.smw-title {
@ -73,7 +73,7 @@
}
.smw-schema input.nav-tab:checked + label.nav-label.error-label {
border-top: 2px solid #c00;
border-top: 2px solid @red-50;
}
.schema-summary .smw-table-cell,

View file

@ -17,6 +17,6 @@
.smw-jsonview-button:hover {
background-color: #008cba;
color: @dark-text-100;
color: @dark-text-100;
}
}

View file

@ -16,10 +16,10 @@
border-top: 1px solid @dark-bg-20;
}
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow,
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow,
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:after,
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow:after {
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow,
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow,
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:after,
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow:after {
border-bottom-color: @dark-bg-10;
}