diff options
-rw-r--r-- | apps/accessibility/css/themehighcontrast.scss | 5 | ||||
-rw-r--r-- | core/css/apps.scss | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/apps/accessibility/css/themehighcontrast.scss b/apps/accessibility/css/themehighcontrast.scss index 8149e7669f5..3d371365d56 100644 --- a/apps/accessibility/css/themehighcontrast.scss +++ b/apps/accessibility/css/themehighcontrast.scss @@ -51,8 +51,7 @@ body { font-weight: 400; } -// Opacity trick -* { +[class^='icon-'], [class*=' icon-'], +.action { opacity: 1 !important; } - diff --git a/core/css/apps.scss b/core/css/apps.scss index 1120459230a..92fec46c99d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -369,7 +369,7 @@ kbd { margin: 0; padding: 0; background: none; - background-image: url('../img/actions/triangle-s.svg?v=1'); + @include icon-color('triangle-s', 'actions', $color-black, 1, true); background-size: 16px; background-repeat: no-repeat; background-position: center; |