Remove unused css class link-look [SCI-819]

This commit is contained in:
Oleksii Kriuchykhin 2016-12-30 12:18:11 +01:00
parent 0d01a4b2bd
commit c77c83752e

View file

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