Skip to content

Commit

Permalink
Update navigation-item.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 15, 2024
1 parent f2ecb66 commit 980e1cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
background-color: colors.$db-current-color-bg-transparent-pressed;
}

&:has(~ .db-sub-navigation:hover),
&:has(~ .db-sub-navigation:focus) {
&:has(~ .db-sub-navigation:is(:hover, :focus) {
background-color: colors.$db-current-color-bg-transparent-hover;
}
}
Expand Down

0 comments on commit 980e1cd

Please sign in to comment.