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
-6
View File
@@ -30,12 +30,10 @@ html {
}
.osdHeader {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
}
@@ -289,7 +287,6 @@ a[data-role=button] {
color: inherit;
background: #fff;
border: 0.16em solid rgba(0, 0, 0, 0.158);
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
@@ -441,7 +438,6 @@ a[data-role=button] {
color: #000;
background: #fff3a5;
padding: 1em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
@@ -476,7 +472,6 @@ a[data-role=button] {
}
::-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);
}
@@ -489,7 +484,6 @@ a[data-role=button] {
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
-webkit-border-radius: 2px;
background: center no-repeat #999;
}