up select style

This commit is contained in:
然则 2015-06-19 17:35:32 +08:00
parent d68846adc5
commit 64465d7230
3 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# suggest
# 智能提示
- order: 4

View File

@ -1,4 +1,4 @@
# tags
# 标签
- order: 3

View File

@ -109,7 +109,7 @@
//display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 8px;
padding-left: 4px;
padding-bottom: 4px;
}
@ -242,6 +242,19 @@
background-color: rgba(142, 200, 249, 0.1) !important;
}
&-selected {
position: relative;
&:after {
content: '\e613';
font-family: 'anticon';
font-weight: bold;
position: absolute;
top: 6px;
right: 16px;
color: #3CB8F0;
}
}
&-disabled {
color: #ccc;
cursor: not-allowed;