Commit a42227cd by Johannes Schill

Css fix for selected option

parent 127b7d92
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment