From c77c83752effa8a39473d8794797bda19ce8e8f8 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Fri, 30 Dec 2016 12:18:11 +0100 Subject: [PATCH] Remove unused css class link-look [SCI-819] --- app/assets/stylesheets/themes/scinote.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index fbdfa45f2..067fc0128 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -235,18 +235,6 @@ body { a { color: $color-theme-primary; - - // Override to make link look and behave as a normal link (e.g. used for - // elements which have links) - &.link-look { - color: $color-theme-primary !important; - - :hover, - :focus { - color: $color-visited-link !important; - text-decoration: underline !important; - } - } } .jumbotron {