mirror of https://github.com/zulip/zulip.git
sidebars: Remove link underlines on hover.
This removes the underlines on the stream names and user names when hovered over for a cleaner look. This is acceptable due to the fact that hover is signified already by a light grey background.
This commit is contained in:
parent
7504d01066
commit
953ee778f3
|
@ -53,6 +53,10 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.left-sidebar li a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#stream_filters li {
|
||||
padding: 1px 0px;
|
||||
}
|
||||
|
@ -147,14 +151,6 @@ li.hidden-filter {
|
|||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
#global_filters .global-filter a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#global_filters .global-filter:hover .hover-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.left-sidebar li {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
font-size: 0.89rem;
|
||||
}
|
||||
|
||||
.right-sidebar a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#group-pms li:hover,
|
||||
#user_presences li:hover {
|
||||
background-color: hsl(93, 19%, 88%);
|
||||
|
|
Loading…
Reference in New Issue