Skip to content

Commit

Permalink
Changed color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
bozatko committed Nov 20, 2024
1 parent 276a475 commit b5febe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_preview-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
--ibexa-dropdown-primary-color: #{$ibexa-color-white};
--ibexa-text-color: #{$ibexa-color-white};
border-right: calculateRem(1px) solid $ibexa-color-dark-400;

&:hover {
--ibexa-dropdown-primary-color: #{$ibexa-color-light-600};
}
}

.ibexa-dropdown__selection-info {
Expand Down

0 comments on commit b5febe4

Please sign in to comment.