mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
fix color override on icons
This commit is contained in:
parent
ca2c6a6f8f
commit
bbea2887f2
2 changed files with 7 additions and 1 deletions
|
@ -2276,5 +2276,9 @@
|
||||||
"Custom Servers": "Custom Servers",
|
"Custom Servers": "Custom Servers",
|
||||||
"Add A Server": "Add A Server",
|
"Add A Server": "Add A Server",
|
||||||
"Autoplay Next is off.": "Autoplay Next is off.",
|
"Autoplay Next is off.": "Autoplay Next is off.",
|
||||||
|
"Shuffle is on.": "Shuffle is on.",
|
||||||
|
"Shuffle is off.": "Shuffle is off.",
|
||||||
|
"Loop is on.": "Loop is on.",
|
||||||
|
"Loop is off.": "Loop is off.",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -291,8 +291,10 @@
|
||||||
padding: 0 var(--spacing-xxs);
|
padding: 0 var(--spacing-xxs);
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
&:not(.color-override) {
|
||||||
stroke: var(--color-text-subtitle);
|
stroke: var(--color-text-subtitle);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.button__label {
|
.button__label {
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue