Fix: Icons - Stroke color #635

This commit is contained in:
alstjr7375 2023-02-22 21:37:06 +09:00
parent 3111d71462
commit 9d52bd0736
3 changed files with 4 additions and 0 deletions

1
css/leptonChrome.css generated
View file

@ -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;

2
css/leptonContent.css generated
View file

@ -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;

View file

@ -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;