Skip to content

Commit 9541eb4

Browse files
max-nextcloudjuliusknorr
authored andcommitted
fix(style): according to feedback in PR
* 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]>
1 parent ad4d05a commit 9541eb4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/Menu/ActionEntry.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
border: 0;
66
// opacity: 0.5;
77
position: relative;
8-
color: var(--color-main-text);
98
background-color: transparent;
109
vertical-align: top;
1110
box-shadow: none;
@@ -43,9 +42,7 @@
4342
}
4443

4544
.button-vue {
46-
svg {
47-
fill: var(--color-main-text);
48-
}
45+
margin-right: 2px;
4946
}
5047

5148
.action-item__menutoggle.action-item__menutoggle--with-icon-slot {

0 commit comments

Comments
 (0)