Enable Stylelint rules for vendor prefixes

This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
This commit is contained in:
edvwib
2022-12-20 23:30:39 +01:00
parent 55263e4989
commit d58f2e8ec4
29 changed files with 14 additions and 489 deletions
-5
View File
@@ -25,7 +25,6 @@ html {
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
}
@@ -260,7 +259,6 @@ html {
color: inherit;
background: #292929;
border: 0.16em solid #292929;
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
@@ -416,7 +414,6 @@ html {
color: #ddd;
background: #111;
padding: 1em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
@@ -443,7 +440,6 @@ html {
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
@@ -460,7 +456,6 @@ html {
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
-webkit-border-radius: 2px;
background: center no-repeat #888;
}