Fix dropdown arrow on select field for auth flows
This commit is contained in:
parent
19edc5c5a4
commit
4a1b723ab5
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ limitations under the License.
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Field_select::before {
|
||||||
|
background-color: $authpage-primary-color;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dropdown_arrow {
|
.mx_Dropdown_arrow {
|
||||||
background: $authpage-primary-color;
|
background: $authpage-primary-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue