We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c72e commit 85e5351Copy full SHA for 85e5351
src/components/Menu/ActionEntry.scss
@@ -1,16 +1,9 @@
1
%text__is-active-item-btn {
2
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%;
+ background-color: var(--color-primary-light);
+ border-radius: 50%;
+ svg {
+ fill: var(--color-primary) !important;
14
}
15
16
@@ -71,4 +64,14 @@
71
64
box-shadow: inset 2px 0 var(--color-primary);
72
65
73
66
67
+
68
+ .button-vue {
69
70
+ fill: black;
+ }
74
+ .action-item__menutoggle {
75
+ opacity: 1 !important;
76
77
0 commit comments