mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 13:07:05 +01:00
Unprefix -webkit-appearance (#270)
`-webkit-appearance` should be unprefixed [1]. Autoprefixer will add in the necessary vendor prefixes on build. [1]: https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
This commit is contained in:
parent
059b290e2b
commit
af68904f68
3 changed files with 7 additions and 2 deletions
5
.changeset/ten-berries-explode.md
Normal file
5
.changeset/ten-berries-explode.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Unprefix `-webkit-appearance`
|
||||
|
|
@ -82,7 +82,7 @@ input[type='range'],
|
|||
select,
|
||||
button,
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ input[type='range']::-webkit-slider-thumb {
|
|||
width: 20px;
|
||||
border-radius: 50%;
|
||||
background: var(--border);
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue