mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 16:38:13 +08:00
Drop CSS vendor prefixes and compat workarounds now obsolete in modern browsers (#4421)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user