Drop CSS vendor prefixes and compat workarounds now obsolete in modern browsers (#4421)

This commit is contained in:
Keavon Chambers
2026-09-14 12:58:47 +02:00
committed by Dennis Kobert
parent 567e5cb9dd
commit 6a95a9bc4f
7 changed files with 0 additions and 41 deletions
@@ -939,7 +939,6 @@
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none; // Required until Safari 15.4 (Graphite supports 15.0+)
appearance: none;
background: none;
cursor: default;
@@ -964,7 +963,6 @@
// Chromium and Safari
&::-webkit-slider-thumb {
-webkit-appearance: none; // Required until Safari 15.4 (Graphite supports 15.0+)
appearance: none;
border-radius: 2px;
width: 4px;