popovers: Remove background when hovering Github username.

When someone hovers over the Github username in the popover
with dark theme, a background will appear. These changes
ensures that the `background-color` isn't overwritten by
other CSS.
This commit is contained in:
Joelute 2023-03-02 22:52:36 -05:00 committed by Tim Abbott
parent e44a87b271
commit 5762799d18
1 changed files with 2 additions and 2 deletions

View File

@ -84,11 +84,11 @@
padding-bottom: 0;
&:hover {
background-color: transparent;
background-color: transparent !important;
}
&:focus {
background-color: transparent;
background-color: transparent !important;
}
}
}