Added themeing to missing "category" -icon (#4409)

* Color category icon, too
This commit is contained in:
Miika Launiainen
2022-06-11 16:38:41 +03:00
committed by GitHub
parent f85c510ed4
commit a398a135f5
2 changed files with 4 additions and 2 deletions

View File

@@ -117,7 +117,8 @@ input:focus {
.icon[src*="/sort-up"],
.icon[src*="/sort-down"],
.icon[src*="/key"],
.icon[src*="/configure"] {
.icon[src*="/configure"],
.icon[src*="/category"] {
/* Color light grey icons */
filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
}

View File

@@ -117,7 +117,8 @@ input:focus {
.icon[src*="/sort-up"],
.icon[src*="/sort-down"],
.icon[src*="/key"],
.icon[src*="/configure"] {
.icon[src*="/configure"],
.icon[src*="/category"] {
/* Color light grey icons */
filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
}