Skip to content

Commit

Permalink
IBX-737: Fix grey Context Menu disabled buttons - should be purple (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Jul 8, 2021
1 parent cd71e6a commit f926d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
.ez-sticky-container > .btn[disabled] {
opacity: 1;
color: rgba($ibexa-white, 0.5);
background-color: $ibexa-color-primary;

.ez-icon {
opacity: 0.5;
Expand Down

0 comments on commit f926d31

Please sign in to comment.