From 2d17a3c2f76e1cebeebc7a99ae6bd26c0fd34508 Mon Sep 17 00:00:00 2001 From: Gaurav Mahlawat <gauravmahlawat@Gauravs-MacBook-Pro.local> Date: Fri, 7 Apr 2023 18:05:07 +0530 Subject: [PATCH] background property updated on forced colors --- core/themes/claro/css/components/tablesort-indicator.css | 2 +- core/themes/claro/css/components/tablesort-indicator.pcss.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/themes/claro/css/components/tablesort-indicator.css b/core/themes/claro/css/components/tablesort-indicator.css index ff743c3091f3..6e0ba738558d 100644 --- a/core/themes/claro/css/components/tablesort-indicator.css +++ b/core/themes/claro/css/components/tablesort-indicator.css @@ -26,7 +26,7 @@ @media (forced-colors: active) { .tablesort { - background-color: linktext; + background: linktext; -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e"); mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e"); -webkit-mask-repeat: no-repeat; diff --git a/core/themes/claro/css/components/tablesort-indicator.pcss.css b/core/themes/claro/css/components/tablesort-indicator.pcss.css index ac33aa43140c..5a79aa2b2403 100644 --- a/core/themes/claro/css/components/tablesort-indicator.pcss.css +++ b/core/themes/claro/css/components/tablesort-indicator.pcss.css @@ -17,7 +17,7 @@ background-size: auto; @media (forced-colors: active) { - background-color: linktext; + background: linktext; mask-image: url(../../images/icons/000f33/sort--inactive--ltr.svg); mask-repeat: no-repeat; mask-position: 0 50%; -- GitLab