mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
improved select arrow position implementation
This commit is contained in:
parent
6805ff4d64
commit
e2422ae498
@ -47,13 +47,12 @@
|
||||
// arrow
|
||||
&-arrow {
|
||||
.iconfont-mixin();
|
||||
height: 26px;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
top: 50%;
|
||||
right: 8px;
|
||||
line-height: 1;
|
||||
margin-top: -5px;
|
||||
.iconfont-size-under-12px(8px);
|
||||
width: 26px;
|
||||
line-height: 26px;
|
||||
|
||||
* {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user