Skip to content

Commit

Permalink
feat: update button style
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed Jun 30, 2022
1 parent 1efb92e commit 0b42920
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions src/components/Menu/ActionEntry.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
%text__is-active-item-btn {
opacity: 1;

&::before {
transform: translateX(-50%);
border-radius: 100%;
position: absolute;
background: var(--color-primary-element);
bottom: 0;
height: 6px;
width: 6px;
content: '';
left: 50%;
background-color: var(--color-primary-light);
border-radius: 50%;
svg {
fill: var(--color-primary) !important;
}
}

Expand Down Expand Up @@ -71,4 +64,14 @@
box-shadow: inset 2px 0 var(--color-primary);
}
}

.button-vue {
svg {
fill: black;
}
}

.action-item__menutoggle {
opacity: 1 !important;
}
}

0 comments on commit 0b42920

Please sign in to comment.