mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Remove unused css class link-look [SCI-819]
This commit is contained in:
parent
0d01a4b2bd
commit
c77c83752e
1 changed files with 0 additions and 12 deletions
|
@ -235,18 +235,6 @@ body {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $color-theme-primary;
|
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 {
|
.jumbotron {
|
||||||
|
|
Loading…
Reference in a new issue