Fix dropdown arrow on select field for auth flows
This commit is contained in:
@@ -76,6 +76,10 @@ limitations under the License.
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mx_Field_select::before {
|
||||
background-color: $authpage-primary-color;
|
||||
}
|
||||
|
||||
.mx_Dropdown_arrow {
|
||||
background: $authpage-primary-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user