From 4a1b723ab5050ee85386c12f8490209ab4c7a172 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 7 Mar 2019 14:57:58 +0000 Subject: [PATCH] Fix dropdown arrow on select field for auth flows --- res/css/views/auth/_AuthBody.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/auth/_AuthBody.scss b/res/css/views/auth/_AuthBody.scss index c074a656db..6f87185272 100644 --- a/res/css/views/auth/_AuthBody.scss +++ b/res/css/views/auth/_AuthBody.scss @@ -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; }