fix CSS specificity to fix firefox (#488)
This commit is contained in:
parent
ed1813fd53
commit
73c99904cf
|
@ -61,12 +61,12 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.account-profile-name-link) {
|
:global(a.account-profile-name-link) {
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.account-profile-name-link:hover) {
|
:global(a.account-profile-name-link:hover) {
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue