File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments