Skip to content

Commit

Permalink
Revert "Fix focus background not applying to root item." Need to crea…
Browse files Browse the repository at this point in the history
…te a branch instead.

This reverts commit 8f4cb94.
  • Loading branch information
marvel-uiuc committed Sep 13, 2024
1 parent 8f4cb94 commit 12413d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ilw-section-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ ilw-section-nav {
color: var(--ilw-section-nav--color--hover);
}

&.ilw-section-nav--root {
font-size: var(--ilw-section-nav--root--font-size);
background: var(--ilw-section-nav--root--background);
font-weight: var(--ilw-section-nav--root--font-weight);
}

&:focus {
color: var(--ilw-link--focus-color);
background-color: var(--ilw-link--focus-background-color);
outline: var(--ilw-link--focus-outline);
}

&.ilw-section-nav--root {
font-size: var(--ilw-section-nav--root--font-size);
background: var(--ilw-section-nav--root--background);
font-weight: var(--ilw-section-nav--root--font-weight);
}
}

/*
Expand Down

0 comments on commit 12413d2

Please sign in to comment.