Problem/Motivation

The code in bs_bootstrap/sass/layout/partials/_header.scss

    // General link rules.
    @if $header-top-link-color != $header-link-color {
      a:not([class]), a.ext {
        @include style-link($header-top-link-color, $header-top-link-hover-color);
      }
      ...

needs a better if check like

@if $header-top-link-color != $header-link-color or $header-top-link-hover-color != $header-link-hover-color

Comments

pivica created an issue. See original summary.

pivica’s picture

Here is a patch.

pivica’s picture

Status: Active » Needs review

  • pivica committed 815a953 on 8.x-1.x
    Issue #3271639 by pivica: Header top link if rule needs a better...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.