Browse Source

Select: fix arrow align in FireFox (#11427)

杨奕 7 years ago
parent
commit
203744a686
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/theme-chalk/src/select.scss

+ 0 - 1
packages/theme-chalk/src/select.scss

@@ -33,7 +33,6 @@
       font-size: $--select-input-font-size;
       font-size: $--select-input-font-size;
       transition: transform .3s;
       transition: transform .3s;
       transform: rotateZ(180deg);
       transform: rotateZ(180deg);
-      line-height: 16px;
       cursor: pointer;
       cursor: pointer;
 
 
       @include when(reverse) {
       @include when(reverse) {