Introduce stylelint and make pass

Change-Id: Iaf12e7773f21d42ff59591680abdf248bf121224
This commit is contained in:
Ed Sanders
2016-05-24 14:34:27 +01:00
committed by Niklas Laxström
parent aaa144ca1d
commit e6dcdb56c4
12 changed files with 95 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
@import "mediawiki.mixins";
@import 'mediawiki.mixins';
div.display-settings-block {
background: transparent no-repeat left top;
@@ -22,7 +22,7 @@ div.display-settings-block {
}
.ext-uls-sub-panel {
border-top: 1px solid #EEEEEE;
border-top: 1px solid #eee;
padding-top: 25px;
top: -20px;
position: relative;
@@ -31,12 +31,12 @@ div.display-settings-block {
.uls-display-settings-font-selectors {
margin: 5px 0 15px 0;
border-top: 1px solid #EEEEEE;
border-top: 1px solid #eee;
}
.uls-font-item {
border-bottom: 1px solid #EEEEEE;
background: #FBFBFB;
border-bottom: 1px solid #eee;
background: #fbfbfb;
margin: 0;
padding: 10px 0;
}
@@ -48,7 +48,7 @@ div.display-settings-block {
.uls-content-fonts:hover,
.uls-ui-fonts:hover {
background-color: #F6F6F6;
background-color: #f6f6f6;
}
.uls-font-label strong {
@@ -56,7 +56,7 @@ div.display-settings-block {
}
.uls-font-label {
color: #555555;
color: #555;
font-size: 10pt;
}
@@ -64,6 +64,6 @@ div.display-settings-block {
font-weight: bold;
}
#uls-display-settings-anon-log-in-cta {
#uls-display-settings-anon-log-in-cta { /* stylelint-disable-line selector-no-id */
font-size: 10pt;
}