mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Css fix for selected option
This commit is contained in:
parent
127b7d92f8
commit
a42227cdff
@ -72,7 +72,7 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
color: $dropdownLinkColorHover;
|
||||
@include left-brand-border-gradient();
|
||||
.fa {
|
||||
color: $white;
|
||||
color: $input-color-select-arrow;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -92,8 +92,9 @@ $select-input-bg-disabled: $input-bg-disabled;
|
||||
.gf-form-select-box__indicators {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding-right: 5px;
|
||||
width: 25px;
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.gf-form-select-box__select-arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user