alaska-field-select
Version:
Alaska select field
50 lines (47 loc) • 1.15 kB
text/less
@import "../../node_modules/react-select/less/select.less";
.select-field-filter {
.form-group {
label {
margin-top: 0;
}
}
}
.Select {
@space: 3px;
outline: none ;
&.is-focused {
.Select-control {
border: solid 1px @input-border-focus ;
box-shadow: none ;
}
}
.Select-control {
padding-bottom: 0 ;
border: solid 1px @border-color ;
border-radius: @input-border-radius ;
height: @input-height-base;
&:hover {
box-shadow: none ;
}
}
.Select-value {
height: @input-height-base - 2 - (@space * 2);
margin-left: @space;
span {
line-height: @input-height-base - 2 - (@space * 2) - ( @select-item-padding-vertical * 2);
}
}
.Select-input {
height: @input-height-base - 2 - (@space * 2);
}
.Select-menu-outer {
left: 0;
right: 1px;
width: auto;
box-shadow: none ;
border: solid 1px @input-border-focus ;
border-top-color: @border-color ;
border-radius: @input-border-radius ;
z-index: 2000;
}
}