Skip to content

Commit

Permalink
Merge pull request #2586 from nextcloud/action-button-vue-class
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Apr 8, 2022
2 parents b936c44 + f21cbbe commit 1eb2471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Actions/Actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
<template #trigger>
<button ref="menuButton"
:disabled="disabled"
class="icon action-item__menutoggle"
class="icon vue-button action-item__menutoggle"
:class="{
[defaultIcon]: !iconSlotIsPopulated,
'action-item__menutoggle--with-title': menuTitle,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export default {
// We use box-shadow around our buttons instead of an outline, so that the added "border"
// coincides with the border of the element. It's not possible to add a border-radius to
// the outline
&--tabbed {
&--tabbed, &:focus-visible {
box-shadow: 0 0 0 2px var(--color-main-text);
background-color: var(--color-primary-light-hover);
&.button-vue--vue-primary {
Expand Down

0 comments on commit 1eb2471

Please sign in to comment.