feat(Picker): improve accessibility (#4521)

This commit is contained in:
neverland
2019-09-21 07:26:58 +08:00
committed by GitHub
parent 3c210f8252
commit a1ac34bead
11 changed files with 690 additions and 760 deletions
+2
View File
@@ -18,6 +18,8 @@
padding: @picker-action-padding;
color: @picker-action-text-color;
font-size: @picker-action-font-size;
background-color: transparent;
border: none;
&:active {
background-color: @picker-action-active-color;