Skip to content

Commit

Permalink
remove hover from disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Aug 24, 2023
1 parent 87a3b3b commit a5f3e26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@
fill: $ibexa-color-dark-300;
border-color: transparent;
box-shadow: none;

&:hover {
.ibexa-icon {
fill: $ibexa-color-dark-300;
}
}
}
}

Expand Down

0 comments on commit a5f3e26

Please sign in to comment.