@@ -61,10 +61,6 @@ button:focus {
61
61
background-color : var (--selection );
62
62
}
63
63
64
- ::-moz-selection {
65
- background-color : var (--selection );
66
- }
67
-
68
64
ol li ,
69
65
ul li {
70
66
// list style
@@ -1209,8 +1205,7 @@ a.cta {
1209
1205
// Call To Action buttons
1210
1206
@include sans-serif ;
1211
1207
font-weight : 700 ;
1212
- -webkit-appearance : none ;
1213
- -moz-appearance : none ;
1208
+ appearance : none ;
1214
1209
background : var (--primary );
1215
1210
border : none ;
1216
1211
border-radius : 5px ;
@@ -2464,11 +2459,7 @@ h2+.list-link-soup {
2464
2459
top : 0 ;
2465
2460
width : 100% ;
2466
2461
padding : 8px 20px 8px ;
2467
- -moz-box-sizing : border-box ;
2468
- -webkit-box-sizing : border-box ;
2469
2462
box-sizing : border-box ;
2470
- background-image : -webkit-linear-gradient (-45deg , rgba (0 , 0 , 0 , .04 ) 25% , transparent 25% , transparent 50% , rgba (0 , 0 , 0 , .04 ) 50% , rgba (0 , 0 , 0 , .04 ) 75% , transparent 75% , transparent );
2471
- background-image : -moz-linear-gradient (-45deg , rgba (0 , 0 , 0 , .04 ) 25% , transparent 25% , transparent 50% , rgba (0 , 0 , 0 , .04 ) 50% , rgba (0 , 0 , 0 , .04 ) 75% , transparent 75% , transparent );
2472
2463
background-image : linear-gradient (135deg , rgba (0 , 0 , 0 , .04 ) 25% , transparent 25% , transparent 50% , rgba (0 , 0 , 0 , .04 ) 50% , rgba (0 , 0 , 0 , .04 ) 75% , transparent 75% , transparent );
2473
2464
@include sans-serif ;
2474
2465
font-size : 14px ;
@@ -2887,8 +2878,7 @@ form {
2887
2878
textarea {
2888
2879
@include sans-serif ;
2889
2880
@include font-size (16 );
2890
- -webkit-appearance : none ;
2891
- -moz-appearance : none ;
2881
+ appearance : none ;
2892
2882
background : var (--white-color );
2893
2883
border : 1px solid var (--hairline-color );
2894
2884
color : var (--body-fg );
@@ -2918,22 +2908,6 @@ form {
2918
2908
border-color : var (--secondary );
2919
2909
}
2920
2910
2921
- & ::-webkit-input-placeholder {
2922
- color : var (--body-fg );
2923
- }
2924
-
2925
- & :-ms-input-placeholder {
2926
- color : var (--body-fg );
2927
- }
2928
-
2929
- & ::-moz-placeholder {
2930
- color : var (--body-fg );
2931
- }
2932
-
2933
- & :-moz-placeholder {
2934
- color : var (--body-fg );
2935
- }
2936
-
2937
2911
& ::placeholder {
2938
2912
color : var (--body-fg );
2939
2913
}
@@ -2964,8 +2938,6 @@ form {
2964
2938
}
2965
2939
2966
2940
button {
2967
- -moz-appearance : none ;
2968
- -webkit-appearance : none ;
2969
2941
appearance : none ;
2970
2942
2971
2943
background : var (--secondary );
@@ -3304,8 +3276,6 @@ hr {
3304
3276
fill : rgba (50 , 50 , 50 , 0.3 );
3305
3277
stroke : #aaaaaa ;
3306
3278
stroke-width : 2px ;
3307
- -moz-user-select : none ;
3308
- -ms-user-select : none ;
3309
3279
-webkit-user-select : none ;
3310
3280
user-select : none ;
3311
3281
cursor : default ;
0 commit comments