mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
Add prettier:check back into npm test, and also run prettier:fix against the devel branch.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"prettier:fix": "prettier --write \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"",
|
||||
"xo": "xo",
|
||||
"xo:fix": "npm run xo -- --fix",
|
||||
"test": "npm run xo"
|
||||
"test": "npm run prettier:check && npm run xo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.3.7",
|
||||
|
||||
@@ -3470,7 +3470,8 @@ a:focus {
|
||||
background-image: none;
|
||||
color: rgb(168, 160, 149);
|
||||
}
|
||||
.nav-tabs-custom > .nav-tabs > li > a:focus, .nav-tabs-custom > .nav-tabs > li.active > a:focus {
|
||||
.nav-tabs-custom > .nav-tabs > li > a:focus,
|
||||
.nav-tabs-custom > .nav-tabs > li.active > a:focus {
|
||||
color: rgb(95, 142, 170);
|
||||
}
|
||||
|
||||
@@ -5766,7 +5767,7 @@ hr {
|
||||
color: rgb(170, 162, 151);
|
||||
}
|
||||
.treeview-menu > li.active > a,
|
||||
.treeview-menu > li > a:hover,
|
||||
.treeview-menu > li > a:hover,
|
||||
.treeview-menu > li > a:focus {
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user