Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

EZEE-3271: Fixed styles for 'Send to review' action menu #1519

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

.ez-side-menu,
.ez-context-menu {
.btn:not(.ez-btn--confirm-send-to-trash):not(.ez-btn--hide-confirm) {
.btn:not(.ez-btn--confirm-send-to-trash):not(.ez-btn--hide-confirm):not(.ez-btn--workflow-apply) {
dew326 marked this conversation as resolved.
Show resolved Hide resolved
width: calculateRem(80px);
height: calculateRem(80px);
padding: calculateRem(2px);
Expand Down Expand Up @@ -135,7 +135,7 @@
}

.ez-context-menu {
.btn:not(.ez-btn--confirm-send-to-trash):not(.ez-btn--hide-confirm) {
.btn:not(.ez-btn--confirm-send-to-trash):not(.ez-btn--hide-confirm):not(.ez-btn--workflow-apply) {
&:hover,
&:focus {
color: $ibexa-color-primary;
Expand Down
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
padding: 0;
outline: none;
line-height: 0;

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