Commit 0a48e386 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3220343 by pivica: Footer a tag CSS rules should not affect footer nav links

parent 5002875d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  color: $footer-color;
  font-size: $footer-font-size;

  a:not(.btn) {
  a:not(.btn):not(.nav-link) {
    @include style-link($footer-link-color, $footer-link-hover-color, $footer-link-active-color);
  }

@@ -116,7 +116,7 @@
    color: $footer-copyright-color;

    @if $footer-copyright-link-color != $footer-link-color {
      a:not(.btn) {
      a:not(.btn):not(.nav-link) {
        @include style-link($footer-copyright-link-color, $footer-copyright-link-hover-color);
      }

+1 −1

File changed.

Contains only whitespace changes.