frc-ui
Version:
React Web UI
62 lines (58 loc) • 1.22 kB
text/less
.swc-select {
&:hover {
.ant-select-selection {
border-color: #ffb000;
}
}
.ant-select-selection__choice {
background-color: #193d37 ;
}
}
.swc-select.ant-select-focused {
.ant-select-selection {
color: #1e1e1e;
border-color: #ffb000;
background-color: #ffb000;
}
}
.swc-select-dropdown {
.ant-select-dropdown {
&-menu {
&-item {
padding: 0 10px;
&:hover {
background: #136c5e ;
}
&-group-title {
color: #f9c152 ;
padding: 0 10px;
height: 22px;
line-height: 22px;
font-size: 12px;
}
}
&-item-selected {
color: #f9c152 ;
background: #0c4f44 ;
&::after {
content: '';
position: absolute;
right: 6px;
top: 6px;
width: 12px;
height: 6px;
border-radius: 1px;
border: 2px solid #f9c152;
border-top: none;
border-right: none;
background: transparent;
transform: rotate(-45deg);
}
}
}
}
}
.swc-select-clear {
font-size: 12px;
color: #68420f;
}