@@ -25,7 +25,6 @@ textarea {
2525 top : -1.75rem ;
2626 right : 0.25rem ;
2727 color : var (--sub-color );
28- -webkit-user-select : none ;
2928 user-select : none ;
3029 & .error {
3130 color : var (--error-color );
@@ -41,13 +40,13 @@ textarea {
4140}
4241
4342input [type = " range" ] {
44- -webkit- appearance : none ;
43+ appearance : none ;
4544 padding : 0 ;
4645 width : 100% ;
4746 height : 1.25em ;
4847 border-radius : var (--roundness );
4948 & ::-webkit-slider-thumb {
50- -webkit- appearance : none ;
49+ appearance : none ;
5150 padding : 0 ;
5251 border : none ;
5352 width : 25% ;
@@ -63,7 +62,7 @@ input[type="range"] {
6362 }
6463
6564 & ::-moz-range-thumb {
66- -webkit- appearance : none ;
65+ appearance : none ;
6766 padding : 0 ;
6867 border : none ;
6968 width : 25% ;
@@ -175,15 +174,11 @@ textarea:disabled {
175174
176175input [type = " number" ]::-webkit-inner-spin-button ,
177176input [type = " number" ]::-webkit-outer-spin-button {
178- -webkit-appearance : none ;
179- -moz-appearance : none ;
180177 appearance : none ;
181178 margin : 0 ;
182179}
183180
184181input [type = " number" ] {
185- -moz-appearance : textfield;
186- -webkit-appearance : textfield;
187182 appearance : textfield;
188183}
189184
@@ -201,7 +196,7 @@ select:-webkit-autofill:focus {
201196 outline : 0.15em solid var (--main-color );
202197 font-family : inherit ;
203198 -webkit-text-fill-color : var (--text-color );
204- -webkit- box-shadow : 0 0 0 1000000px var (--sub-alt-color ) inset ;
199+ box-shadow : 0 0 0 1000000px var (--sub-alt-color ) inset ;
205200 caret-color : var (--text-color );
206201}
207202
@@ -314,7 +309,7 @@ select:-webkit-autofill:focus {
314309 color : var (--sub-color );
315310 }
316311 & ::-webkit-search-cancel-button {
317- -webkit- appearance : none ;
312+ appearance : none ;
318313 }
319314 }
320315 }
0 commit comments