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; + } } }