diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index bb96b6e5ed..4d80c46fef 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -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; diff --git a/static/styles/right-sidebar.css b/static/styles/right-sidebar.css index e88f609811..caf8604b83 100644 --- a/static/styles/right-sidebar.css +++ b/static/styles/right-sidebar.css @@ -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%);