File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 2
2
"private" : false ,
3
3
"name" : " @outdoormap/frontend-utils" ,
4
4
"description" : " Outdoormap > Front End Utilities" ,
5
- "version" : " 0.2.0 " ,
5
+ "version" : " 0.2.1 " ,
6
6
"author" : " OutdoorMap <support@outdoormap.com>" ,
7
7
"license" : " MIT" ,
8
8
"main" : " index.js" ,
Original file line number Diff line number Diff line change 19
19
* ::after {
20
20
box-sizing : border-box ;
21
21
22
- // font smoothing
22
+ // font smoothing (https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth)
23
23
-webkit-font-smoothing : antialiased ;
24
24
-moz-osx-font-smoothing : grayscale ;
25
25
}
31
31
background-color : #fff ;
32
32
text-size-adjust : 100% ;
33
33
34
- // ms scrollbar
35
- -ms-overflow-style : -ms-autohiding-scrollbar ;
36
-
37
34
// killing 300ms touch delay
38
35
touch-action : manipulation ;
39
36
}
94
91
textarea ,
95
92
select {
96
93
appearance : none ;
97
- appearance : textfield;
98
94
}
99
95
100
96
input {
@@ -109,24 +105,13 @@ input {
109
105
margin : 0 ;
110
106
}
111
107
112
- & ::-ms-reveal {
113
- display : none ;
114
- }
115
-
116
- & ::-ms-clear {
117
- display : none ;
118
- }
119
-
120
108
& ::placeholder {
121
109
opacity : 1 ;
110
+ color : currentcolor ;
122
111
}
123
112
}
124
113
125
114
select {
126
- & ::-ms-expand {
127
- display : none ;
128
- }
129
-
130
115
& :-moz-focusring {
131
116
text-shadow : 0 0 0 #000 ;
132
117
color : transparent ;
You can’t perform that action at this time.
0 commit comments