Skip to content

Commit

Permalink
EZP-32021: Buttons in sidebar should be red on hover (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Oct 13, 2020
1 parent 35c9779 commit ab3c02b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,34 +118,6 @@
}
}

.ez-context-menu {
.ez-sticky-container > .btn {
&:focus,
&:hover {
color: $ibexa-color-primary;
background: $ibexa-white;

.ez-icon {
fill: $ibexa-color-primary;
}
}
}
}

.ez-side-menu {
.ez-sticky-container > .btn {
&:focus,
&:hover {
color: $ibexa-black;
background: $ibexa-white;

.ez-icon {
fill: $ibexa-black;
}
}
}
}

.ez-context-menu {
.btn.disabled,
.btn[disabled] {
Expand Down

0 comments on commit ab3c02b

Please # to comment.