From 9d52bd0736538cff47b56c01b129f009ae0ab969 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 22 Feb 2023 21:37:06 +0900 Subject: [PATCH] Fix: Icons - Stroke color #635 --- css/leptonChrome.css | 1 + css/leptonContent.css | 2 ++ src/icons/layout/_menu_common.scss | 1 + 3 files changed, 4 insertions(+) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 73c436e3..51af43ea 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -10456,6 +10456,7 @@ /* Color */ -moz-context-properties: fill, fill-opacity, stroke !important; fill: currentColor !important; + stroke: transparent; /* Layout */ background-size: 16px !important; background-repeat: no-repeat !important; diff --git a/css/leptonContent.css b/css/leptonContent.css index 9453ed62..18222c04 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -252,6 +252,7 @@ /* Color */ -moz-context-properties: fill, fill-opacity, stroke !important; fill: currentColor !important; + stroke: transparent; /* Layout */ background-size: 16px !important; background-repeat: no-repeat !important; @@ -2931,6 +2932,7 @@ /* Color */ -moz-context-properties: fill, fill-opacity, stroke !important; fill: currentColor !important; + stroke: transparent; /* Layout */ background-size: 16px !important; background-repeat: no-repeat !important; diff --git a/src/icons/layout/_menu_common.scss b/src/icons/layout/_menu_common.scss index eb3af6c0..8da4b92c 100644 --- a/src/icons/layout/_menu_common.scss +++ b/src/icons/layout/_menu_common.scss @@ -46,6 +46,7 @@ $_initialMenus: selector.append( /* Color */ -moz-context-properties: fill, fill-opacity, stroke !important; fill: currentColor !important; + stroke: transparent; /* Layout */ background-size: 16px !important;