Skip to content
Snippets Groups Projects
Commit 815a9535 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3271639 by pivica: Header top link if rule needs a better condition

parent a74378cd
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
}
// General link rules.
@if $header-top-link-color != $header-link-color {
@if $header-top-link-color != $header-link-color or $header-top-link-hover-color != $header-link-hover-color {
a:not([class]), a.ext {
@include style-link($header-top-link-color, $header-top-link-hover-color);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment