mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fixed #138 not full
This commit is contained in:
parent
69412f4ca3
commit
87bbaea8d9
@ -58,10 +58,8 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ie-rotate(1);
|
||||
&:before {
|
||||
content: '\e611';
|
||||
.rotate(90deg);
|
||||
content: '\e600';
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
}
|
||||
@ -332,6 +330,14 @@
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
&:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
&:hover, &-active {
|
||||
background-color: tint(@primary-color, 90%) !important;
|
||||
}
|
||||
@ -389,9 +395,10 @@
|
||||
|
||||
&-open {
|
||||
.@{select-prefix-cls}-arrow {
|
||||
.ie-rotate(3);
|
||||
.ie-rotate(2);
|
||||
-ms-transform: rotate(180deg);
|
||||
&:before {
|
||||
.rotate(270deg);
|
||||
.rotate(180deg);
|
||||
}
|
||||
}
|
||||
.@{select-prefix-cls}-selection {
|
||||
|
Loading…
Reference in New Issue
Block a user