File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
ui/components/timepicker/base Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
.slds-datepicker--time {
8
8
max-width : $size-x-small ;
9
9
max-height : (($line-height-text + ($spacing-x-small * 2 )) * 6 ) - ($spacing-small * 2 );
10
- overflow : hidden {
11
- y : auto ;
12
- }
10
+ overflow-x : hidden ;
11
+ overflow-y : auto ;
12
+ }
13
+ }
13
14
14
- & __list {
15
+ .slds-datepicker_time__list ,
16
+ .slds-datepicker--time__list {
15
17
16
- > li {
17
- white-space : nowrap ;
18
- padding : $spacing-x-small {
19
- left : $spacing-x-large ;
20
- right : $spacing-x-large ;
21
- }
18
+ > li {
19
+ white-space : nowrap ;
20
+ padding : $spacing-x-small {
21
+ left : $spacing-x-large ;
22
+ right : $spacing-x-large ;
23
+ }
22
24
23
- & :hover ,
24
- & :focus {
25
- background : $color-background-row-hover ;
26
- text-decoration : none ;
27
- cursor : pointer ;
28
- }
29
- }
25
+ & :hover ,
26
+ & :focus {
27
+ background : $color-background-row-hover ;
28
+ text-decoration : none ;
29
+ cursor : pointer ;
30
30
}
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments