feat(ActionSheet): improve accessibility (#4525)
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
|
||||
&__item,
|
||||
&__cancel {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: @action-sheet-item-font-size;
|
||||
line-height: @action-sheet-item-height;
|
||||
text-align: center;
|
||||
background-color: @action-sheet-item-background;
|
||||
border: none;
|
||||
|
||||
&:active {
|
||||
background-color: @active-color;
|
||||
|
||||
Reference in New Issue
Block a user