Replace $white with a color working in both themes #13425

This commit is contained in:
Johannes Schill
2018-10-10 14:15:26 +02:00
parent f552a7a421
commit e5e7611547
+2 -2
View File
@@ -87,7 +87,7 @@ $select-input-bg-disabled: $input-bg-disabled;
}
.gf-form-select2__select-arrow {
border-color: $white transparent transparent;
border-color: $input-color-select-arrow transparent transparent;
border-style: solid;
border-width: 5px 5px 2.5px;
display: inline-block;
@@ -96,7 +96,7 @@ $select-input-bg-disabled: $input-bg-disabled;
position: relative;
&.gf-form-select2__select-arrow--reversed {
border-color: transparent transparent $white;
border-color: transparent transparent $input-color-select-arrow;
top: -2px;
border-width: 0 5px 5px;
}