From b2e5d4c5cdfbac03068c12162006d782ae57d534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michaela=20Br=C3=BCckner?= <brueckner@data-quest.de> Date: Fri, 1 Dec 2023 15:34:46 +0000 Subject: [PATCH] fix some icon contrasts, re #3527 Merge request studip/studip!2412 --- resources/assets/stylesheets/highcontrast.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/assets/stylesheets/highcontrast.scss b/resources/assets/stylesheets/highcontrast.scss index 5f88cf20b24..0d240d83bc6 100644 --- a/resources/assets/stylesheets/highcontrast.scss +++ b/resources/assets/stylesheets/highcontrast.scss @@ -441,7 +441,7 @@ table.default thead .actions svg { } // ... but Icons in Table Data must be black -table.default .actions .action-menu .action-menu-icon { +table.default tbody .actions .action-menu .action-menu-icon { filter: brightness(0); } @@ -488,7 +488,6 @@ tr.sortable th.sortdesc:after, .course-admin th .course-completion, .sortable-table .tablesorter-headerDesc .tablesorter-header-inner:after, .sortable-table .tablesorter-headerAsc .tablesorter-header-inner:after, -.action-menu-wrapper .action-menu-icon, .action-menu .action-menu-icon, .contentbox header nav .tooltip-icon, article header h1 .tooltip-icon, -- GitLab