File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 14
14
font-size : 16px ;
15
15
min-width : 90px ;
16
16
margin : 8px ;
17
- .react-select__control {
18
- background-color : $speed-dropdown ;
19
- border-color : transparent ;
20
- @extend %disable-highlight ;
21
- }
22
- .react-select__control :hover {
23
- cursor : pointer ;
24
- }
25
- .react-select__menu {
26
- background-color : $speed-dropdown-expanded ;
27
- color : $speed-dropdown-text ;
28
- @extend %disable-highlight ;
29
- }
30
- .react-select__single-value {
31
- color : $speed-dropdown-text ;
32
- }
33
- .react-select__option :hover {
34
- background-color : $speed-dropdown-expanded-hover ;
35
- cursor : pointer ;
36
- }
37
- .react-select__option--is-selected ,
38
- .react-select__option--is-focused {
39
- background-color : transparent ;
40
- cursor : pointer ;
41
- }
42
-
43
- // removes the cursor from blinking
44
- .css-w8afj7-Input {
45
- color : transparent ;
46
- }
47
17
}
You can’t perform that action at this time.
0 commit comments