Skip to content

Commit

Permalink
Fix actions dropdown hover effect (joomla#42004)
Browse files Browse the repository at this point in the history
Co-authored-by: Quy <quy@nomonkeybiz.com>
  • Loading branch information
wilsonge and Quy authored Oct 1, 2023
1 parent 5575789 commit f8584d2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
}
}

@if $enable-dark-mode {
@include color-mode(dark) {
&:hover,
&:focus {
--dropdown-link-hover-bg: var(--gray-700);
--dropdown-link-hover-color: var(--body-color);
}
}
}

+ .dropdown-item {
border-top: 1px solid rgba(0, 0, 0, .1);
}
Expand Down

0 comments on commit f8584d2

Please sign in to comment.