File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,7 @@ class Select extends Component {
99
99
) ;
100
100
break ;
101
101
case 'Enter' :
102
- if ( focus ) {
103
- this . handleSelect ( options [ focus ] ) ;
104
- }
102
+ this . handleSelect ( options [ focus ] ) ;
105
103
break ;
106
104
default :
107
105
break ;
Original file line number Diff line number Diff line change 33
33
width : 100% ;
34
34
min-height : fit-content ;
35
35
min-height : -moz-fit-content ;
36
- padding : 2 % 5% ;
36
+ padding : 5% ;
37
37
cursor : pointer ;
38
38
& :hover {
39
- background-color : $input-active-item ;
39
+ background-color : #c4dfe6 ;
40
40
}
41
41
& >span {
42
42
white-space : nowrap ;
46
46
}
47
47
48
48
:local(.option-hover ) {
49
- background-color : $input-active-item ;
49
+ background-color : #c4dfe6 ;
50
50
}
51
51
52
52
:local(.show ) {
91
91
background-color : transparent ;
92
92
border : none ;
93
93
width : 100% ;
94
+ font-size : 1em ;
94
95
}
95
96
}
96
97
100
101
position : absolute ;
101
102
bottom : -2px ;
102
103
left : 0 ;
103
- background-color : $primary-input-active-border !important ;
104
+ background-color : #c4dfe6 !important ;
104
105
height : 2px ;
105
106
@include inputFocus ();
106
107
animation-duration : 0.5s ;
You can’t perform that action at this time.
0 commit comments