From ed0a8330d84db4db0842d208287e4a94784a4d36 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 15 Jan 2021 18:15:29 +0100 Subject: [PATCH] fix(material/select): arrow not rendering correctly in high contrast mode Since all borders get rendered out in high contrast mode, we can't use a CSS triangle to render out the `mat-select` dropdown arrow. These changes replace it with an SVG arrow. Fixes #14207. --- src/material/select/select.html | 9 ++++++++- src/material/select/select.scss | 16 +++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/material/select/select.html b/src/material/select/select.html index a0c66b30ac8d..b3dda4e0a38a 100644 --- a/src/material/select/select.html +++ b/src/material/select/select.html @@ -21,7 +21,14 @@ -
+
+ +
+ + + +
+