File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .str-chat__form-field-error {
2- font-size : 0.75rem ;
3- color : var (--str-chat__danger-color )
4- }
1+ .str-chat {
2+ // hide spin buttons form input of type number
3+ /* Chrome, Safari, Edge, Opera */
4+
5+ input ::-webkit-outer-spin-button ,
6+ input ::-webkit-inner-spin-button {
7+ -webkit-appearance : none ;
8+ margin : 0 ;
9+ }
510
6- // hide spin buttons form input of type number
7- /* Chrome, Safari, Edge, Opera */
8- input ::-webkit-outer-spin-button ,
9- input ::-webkit-inner-spin-button {
10- -webkit-appearance : none ;
11- margin : 0 ;
11+ /* Firefox */
12+ input [type = ' number' ] {
13+ -moz-appearance : textfield;
14+ }
1215}
1316
14- /* Firefox */
15- input [ type = number ] {
16- -moz-appearance : textfield ;
17- }
17+ .str-chat__form-field-error {
18+ font-size : 0.75 rem ;
19+ color : var ( --str-chat__danger-color ) ;
20+ }
You can’t perform that action at this time.
0 commit comments