fix: prevent rendering flag inside an element which already has one

This commit is contained in:
transcaffeine 2024-08-05 19:54:12 +02:00
parent 32b9578bb5
commit b91a183626
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -14,11 +14,10 @@
fill: var(--image-background-pride-button-gradient); fill: var(--image-background-pride-button-gradient);
} }
/* #app-navigation ul > li.active .material-design-icon__svg,
body { .button-vue--vue-primary .material-design-icon__svg,
--image-background-pride-button: var(--image-background-pride-trans); .preview-card__header .material-design-icon__svg,
--image-background-pride-folder: var(--image-background-pride-pride); .profile__primary-action-button .material-design-icon__svg,
--image-background-pride-button-gradient: var(--image-background-pride-gradient-pride); .app-navigation-entry.active .material-design-icon__svg {
--image-background-pride-folder-gradient: var(--image-background-pride-gradient-trans); fill: var(--color-primary-element-text);
} }
*/