mirror of https://github.com/zulip/zulip.git
navbar: Remove `:visited` color effect on button text.
The `:visited` color effect doesn't look good is not intentional.
This commit is contained in:
parent
18dc503865
commit
4768294bc0
|
@ -73,7 +73,11 @@ details summary::-webkit-details-marker {
|
|||
transition-property: background, color;
|
||||
transition-duration: 0.05s;
|
||||
transition-timing-function: ease-out;
|
||||
color: hsl(0deg 0% 100% / 80%);
|
||||
|
||||
&,
|
||||
&:visited {
|
||||
color: hsl(0deg 0% 100% / 80%);
|
||||
}
|
||||
}
|
||||
|
||||
.top-menu-item:hover {
|
||||
|
|
Loading…
Reference in New Issue