Skip to content

Commit

Permalink
fix(@clayui/css): Cadmin Nav adds background-color to .active pse…
Browse files Browse the repository at this point in the history
…udo element

    - prevents theme nav-underline active highlight from bleeding into cadmin components fixes #4562
  • Loading branch information
pat270 committed Jan 11, 2022
1 parent c5cf8a7 commit 865b037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-css/src/scss/cadmin/variables/_navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ $cadmin-nav-underline-link: map-deep-merge(
active-class: (
color: $cadmin-nav-underline-link-active-color,
after: (
background-color: $cadmin-nav-underline-link-active-highlight,
content: $cadmin-nav-underline-link-active-content,
height: $cadmin-nav-underline-link-active-highlight-height,
),
Expand Down

0 comments on commit 865b037

Please sign in to comment.