ygd
Version:
An enterprise-class UI design language and React-based implementation
75 lines (74 loc) • 2.07 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.yg-select-auto-complete {
box-sizing: content-box;
margin: 0;
padding: 0;
color: #333;
font-size: 12px;
list-style: none;
}
.yg-select-auto-complete.yg-select .yg-select-selection {
border: 0;
box-shadow: none;
}
.yg-select-auto-complete.yg-select .yg-select-selection__rendered {
height: 100%;
margin-right: 0;
margin-left: 0;
line-height: 28px;
}
.yg-select-auto-complete.yg-select .yg-select-selection__placeholder {
margin-right: 11px;
margin-left: 11px;
}
.yg-select-auto-complete.yg-select .yg-select-selection--single {
height: auto;
}
.yg-select-auto-complete.yg-select .yg-select-search--inline {
position: static;
float: left;
}
.yg-select-auto-complete.yg-select-allow-clear .yg-select-selection:hover .yg-select-selection__rendered {
margin-right: 0;
}
.yg-select-auto-complete.yg-select .yg-input {
height: 28px;
line-height: 28px;
background: transparent;
border-width: 1px;
}
.yg-select-auto-complete.yg-select .yg-input:focus,
.yg-select-auto-complete.yg-select .yg-input:hover {
border-color: #bababa;
border-right-width: 1px;
}
.yg-select-auto-complete.yg-select .yg-input[disabled] {
color: rgba(51, 51, 51, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
background-color: transparent;
}
.yg-select-auto-complete.yg-select .yg-input[disabled]:hover {
border-color: #bababa;
border-right-width: 1px;
}
.yg-select-auto-complete.yg-select-lg .yg-select-selection__rendered {
line-height: 38px;
}
.yg-select-auto-complete.yg-select-lg .yg-input {
height: 38px;
padding-top: 0px;
padding-bottom: 0px;
}
.yg-select-auto-complete.yg-select-sm .yg-select-selection__rendered {
line-height: 22px;
}
.yg-select-auto-complete.yg-select-sm .yg-input {
height: 22px;
padding-top: 0px;
padding-bottom: 0px;
}