File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
cursor : pointer ;
17
17
display : inline-flex ;
18
18
height : var (--_container-height );
19
+ min-width : 64px ;
19
20
outline : none ;
20
21
font-family : var (--_label-text-font );
21
22
font-size : var (--_label-text-size );
22
23
line-height : var (--_label-text-line-height );
23
24
font-weight : var (--_label-text-weight );
25
+ user-select : none ;
24
26
-webkit-tap-highlight-color : transparent ;
25
27
// Override vertical-align with shortest value "top". Vertical-align's
26
28
// default "baseline" value causes buttons to be misaligned next to each
63
65
align-items : center ;
64
66
justify-content : center ;
65
67
box-sizing : border-box ;
66
- min-inline-size : 64px ;
67
68
border : none ;
68
69
outline : none ;
69
- user-select : none ;
70
70
-webkit-appearance : none ;
71
71
vertical-align : middle ;
72
72
background : transparent ;
73
73
text-decoration : none ;
74
- inline-size : 100% ;
74
+ width : 100% ;
75
75
position : relative ;
76
76
z-index : 0 ; // Place content on top of elevation and ripple
77
77
height : 100% ;
You can’t perform that action at this time.
0 commit comments