Skip to content

Commit 1eb2471

Browse files
authored
Merge pull request #2586 from nextcloud/action-button-vue-class
2 parents b936c44 + f21cbbe commit 1eb2471

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Actions/Actions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default {
177177
<template #trigger>
178178
<button ref="menuButton"
179179
:disabled="disabled"
180-
class="icon action-item__menutoggle"
180+
class="icon vue-button action-item__menutoggle"
181181
:class="{
182182
[defaultIcon]: !iconSlotIsPopulated,
183183
'action-item__menutoggle--with-title': menuTitle,

src/components/Button/Button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export default {
499499
// We use box-shadow around our buttons instead of an outline, so that the added "border"
500500
// coincides with the border of the element. It's not possible to add a border-radius to
501501
// the outline
502-
&--tabbed {
502+
&--tabbed, &:focus-visible {
503503
box-shadow: 0 0 0 2px var(--color-main-text);
504504
background-color: var(--color-primary-light-hover);
505505
&.button-vue--vue-primary {

0 commit comments

Comments
 (0)