From d2b6fe099a223eb383c6d9e044fb5b71a14f0e23 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 12 Jan 2022 23:04:59 +0100 Subject: Improvement: menu icons (#4004) * default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg --- p/themes/Origine-compact/origine-compact.css | 4 ++++ p/themes/Origine-compact/origine-compact.rtl.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'p/themes/Origine-compact') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 0f4af625c..d2a1b15f8 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -401,6 +401,10 @@ a.btn, color: #fff; } +.dropdown-menu > .item:hover .icon { + filter: grayscale(100%) brightness(2.5); +} + .dropdown-menu > .item[aria-checked="true"] > a::before { font-weight: bold; margin: 0 0 0 -14px; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index a061f46f3..552abc28b 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -401,6 +401,10 @@ a.btn, color: #fff; } +.dropdown-menu > .item:hover .icon { + filter: grayscale(100%) brightness(2.5); +} + .dropdown-menu > .item[aria-checked="true"] > a::before { font-weight: bold; margin: 0 -14px 0 0; -- cgit v1.2.3