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:
Brock Whittaker 2017-12-04 13:29:16 -08:00 committed by showell
parent 7504d01066
commit 953ee778f3
2 changed files with 8 additions and 8 deletions

View File

@ -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;

View File

@ -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%);