fix CSS specificity to fix firefox (#488)

This commit is contained in:
Nolan Lawson 2018-08-25 22:03:18 -07:00 committed by GitHub
parent ed1813fd53
commit 73c99904cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,12 +61,12 @@
min-width: 0;
}
:global(.account-profile-name-link) {
:global(a.account-profile-name-link) {
color: var(--body-text-color);
text-decoration: none;
}
:global(.account-profile-name-link:hover) {
:global(a.account-profile-name-link:hover) {
color: var(--body-text-color);
text-decoration: underline;
}