File tree Expand file tree Collapse file tree 3 files changed +40
-27
lines changed Expand file tree Collapse file tree 3 files changed +40
-27
lines changed Original file line number Diff line number Diff line change 4
4
$ yarn add @outdoormap/frontend-utils
5
5
```
6
6
7
- - [ README-JS] ( /OutdoorMap/frontend-utils/blob/main/README-JS.md )
8
- - [ README-SCSS] ( /OutdoorMap/frontend-utils/blob/main/README-SCSS.md )
7
+ - [ README-JS] ( https://github.com /OutdoorMap/frontend-utils/blob/main/README-JS.md)
8
+ - [ README-SCSS] ( https://github.com /OutdoorMap/frontend-utils/blob/main/README-SCSS.md)
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.0.4 " ,
5
+ "version" : " 0.1.0 " ,
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 @@ -76,41 +76,54 @@ samp {
76
76
font-size : 1em ;
77
77
}
78
78
79
- input ,
80
- textarea ,
81
- select {
82
- appearance : none ;
83
- appearance : textfield;
79
+ summary {
80
+ cursor : pointer ;
81
+ list-style : none ;
82
+
83
+ & ::-webkit-details-marker {
84
+ display : none ;
85
+ }
84
86
}
85
87
86
88
button {
87
89
cursor : pointer ;
88
90
}
89
91
90
- select ::-ms-expand {
91
- display : none ;
92
+ input ,
93
+ textarea ,
94
+ select {
95
+ appearance : none ;
96
+ appearance : textfield;
92
97
}
93
98
94
- select :-moz-focusring {
95
- text-shadow : 0 0 0 #000 ;
96
- color : transparent ;
97
- }
99
+ input {
100
+ & ::-webkit-search-cancel-button ,
101
+ & ::-webkit-outer-spin-button ,
102
+ & ::-webkit-inner-spin-button {
103
+ appearance : none ;
104
+ margin : 0 ;
105
+ }
98
106
99
- input ::-webkit-search-cancel-button ,
100
- input ::-webkit-outer-spin-button ,
101
- input ::-webkit-inner-spin-button {
102
- appearance : none ;
103
- margin : 0 ;
104
- }
107
+ & ::-ms-reveal {
108
+ display : none ;
109
+ }
105
110
106
- input ::-ms-reveal {
107
- display : none ;
108
- }
111
+ & ::-ms-clear {
112
+ display : none ;
113
+ }
109
114
110
- input ::-ms-clear {
111
- display : none ;
115
+ & ::placeholder {
116
+ opacity : 1 ;
117
+ }
112
118
}
113
119
114
- input ::placeholder {
115
- opacity : 1 ;
120
+ select {
121
+ & ::-ms-expand {
122
+ display : none ;
123
+ }
124
+
125
+ & :-moz-focusring {
126
+ text-shadow : 0 0 0 #000 ;
127
+ color : transparent ;
128
+ }
116
129
}
You can’t perform that action at this time.
0 commit comments