From 7609ba1acab870e50098f9132404d5cc3581a818 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 19 Jan 2021 22:47:17 +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 | 19 ++++++++++++++----- 2 files changed, 22 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 @@ -
+
+ +
+ + + +
+