Skip to content

Commit

Permalink
fix(style): according to feedback in PR
Browse files Browse the repository at this point in the history
* Use default (white) text in active buttons in light mode.
* Add a 2px margin between menubar buttons to have a bit of spacing
  when two buttons are active next to each other.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and juliusknorr committed Dec 15, 2023
1 parent ad4d05a commit 9541eb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Menu/ActionEntry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
border: 0;
// opacity: 0.5;
position: relative;
color: var(--color-main-text);
background-color: transparent;
vertical-align: top;
box-shadow: none;
Expand Down Expand Up @@ -43,9 +42,7 @@
}

.button-vue {
svg {
fill: var(--color-main-text);
}
margin-right: 2px;
}

.action-item__menutoggle.action-item__menutoggle--with-icon-slot {
Expand Down

0 comments on commit 9541eb4

Please sign in to comment.