feat(ActionSheet): improve accessibility (#4525)

This commit is contained in:
neverland
2019-09-21 12:26:26 +08:00
committed by GitHub
parent 16a5de6d5f
commit 6e5e2f22a9
4 changed files with 14 additions and 32 deletions
+3
View File
@@ -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;