Dropdown: fix duplicate visibleArrow declaration

This commit is contained in:
Leopoldthecoder
2017-10-01 20:16:16 +08:00
committed by 杨奕
parent 186143b138
commit ee63e1e0af
18 changed files with 184 additions and 31 deletions

View File

@@ -153,7 +153,7 @@
}
&:hover {
color: #20a0ff;
color: #409EFF;
background-color: #f9fafc;
}
@@ -167,8 +167,10 @@
line-height: 26px;
position: absolute;
top: 0;
right: 25px;
right: 0;
font-size: 14px;
padding-left: 5px;
padding-right: 25px;
}
}
}