Skip to content

Commit 85e5351

Browse files
luka-nextcloudvinicius73
authored andcommitted
feat: update button style
Signed-off-by: Luka Trovic <[email protected]>
1 parent fa0c72e commit 85e5351

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

src/components/Menu/ActionEntry.scss

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
%text__is-active-item-btn {
22
opacity: 1;
3-
4-
&::before {
5-
transform: translateX(-50%);
6-
border-radius: 100%;
7-
position: absolute;
8-
background: var(--color-primary-element);
9-
bottom: 0;
10-
height: 6px;
11-
width: 6px;
12-
content: '';
13-
left: 50%;
3+
background-color: var(--color-primary-light);
4+
border-radius: 50%;
5+
svg {
6+
fill: var(--color-primary) !important;
147
}
158
}
169

@@ -71,4 +64,14 @@
7164
box-shadow: inset 2px 0 var(--color-primary);
7265
}
7366
}
67+
68+
.button-vue {
69+
svg {
70+
fill: black;
71+
}
72+
}
73+
74+
.action-item__menutoggle {
75+
opacity: 1 !important;
76+
}
7477
}

0 commit comments

Comments
 (0)