File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 13
13
.tab-select-container {
14
14
font-size : 12px ;
15
15
min-width : 90px ;
16
- margin : 7px ;
16
+ margin : 2 px 7px ;
17
17
}
18
18
19
19
.tab-select-container {
20
+ height : 70% ;
21
+
20
22
.tab-select__control ,
23
+ .tab-select__control--is-focused ,
21
24
.tab-select__menu {
22
25
border-style : none ;
23
26
width : 300px ;
28
31
.tab-select__single-value {
29
32
color : white ;
30
33
}
34
+ .tab-select__value-container {
35
+ padding : 0px ;
36
+ }
31
37
.tab-select__option :hover {
32
38
background-color : #2683ff ;
33
39
}
34
40
.tab-select__option--is-selected ,
35
41
.tab-select__option--is-focused {
36
42
background-color : transparent ;
37
43
}
44
+ .tab-select__indicator {
45
+ padding : 0 ;
46
+ }
47
+ .tab-select__indicator-separator {
48
+ margin-top : 3px ;
49
+ margin-bottom : 3px ;
50
+ }
38
51
39
52
// removes the cursor from blinking
40
53
.css-w8afj7-Input {
41
54
color : transparent ;
42
55
}
56
+
57
+ .css-yk16xz-control ,
58
+ .css-1pahdxg-control {
59
+ min-height : 100% ;
60
+ }
43
61
}
You can’t perform that action at this time.
0 commit comments