mirror of https://github.com/zulip/zulip.git
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:
parent
e44a87b271
commit
5762799d18
|
@ -84,11 +84,11 @@
|
|||
padding-bottom: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue