From 9bb512e8fe9b83f26c65de9dc2280a830e79d3c8 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Thu, 17 Sep 2015 00:26:00 +0200 Subject: [PATCH] fix underlining style for notification header links --- app/assets/stylesheets/scss/notifications.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/scss/notifications.scss b/app/assets/stylesheets/scss/notifications.scss index e46253ef..e8be9bcf 100644 --- a/app/assets/stylesheets/scss/notifications.scss +++ b/app/assets/stylesheets/scss/notifications.scss @@ -77,6 +77,11 @@ a { border-bottom: 1px dotted $link-color; + + &:hover { + text-decoration: none; + border-bottom: 1px solid $link-color; + } } }