Skip to content

Commit

Permalink
Merge pull request #2627 from nextcloud/feature/2607-toolbar-button-s…
Browse files Browse the repository at this point in the history
…tyle

Update toolbar button style
  • Loading branch information
luka-nextcloud authored Jul 8, 2022
2 parents e9063d1 + 601b1a8 commit 5db2963
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 26 deletions.
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

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%;
.material-design-icon > svg {
fill: var(--color-primary);
}
}

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

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

.action-item__menutoggle.action-item__menutoggle--with-icon-slot {
opacity: 1;
}
}

0 comments on commit 5db2963

Please sign in to comment.