Problem/Motivation

When using UI Suite DSFR with the core Navigation module, there are side effects.

- links get an underline:

[href] {
    background-image: var(--underline-img), var(--underline-img);
...
}

- the header has a higher z-index:

@media (min-width: 62em) {
    .fr-header {
...
        z-index: calc(var(--ground) + 750);
    }
}

Steps to reproduce

Proposed resolution

- Ensure DSFR CSS does not impact Navigation
- Override DSFR z-index or override Navigation z-index.

Remaining tasks

User interface changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

grimreaper created an issue. See original summary.

grimreaper’s picture

Version: 1.1.0-beta6 » 1.1.x-dev
Assigned: grimreaper » Unassigned
Status: Active » Needs review
StatusFileSize
new3.19 KB
just_like_good_vibes’s picture

Title: Support Navigation module » [1.1.0] Support Navigation module

  • grimreaper committed 1ee06ad5 on 1.1.x
    Issue #3526009 by grimreaper: Support Navigation module
    
just_like_good_vibes’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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