Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix focus style of buttons in page menu (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored and Krystle Salazar committed Apr 8, 2022
1 parent 5f352c4 commit 49f7c83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/VItemGroup/VItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
selected && 'bg-dark-charcoal-10 ring-offset-dark-charcoal-10',
as === 'VLink' && 'text-dark-charcoal',
]"
:variant="
contextProps.size === 'small' && !contextProps.bordered
? 'plain-dangerous'
: 'plain'
"
variant="plain"
size="disabled"
:pressed="selected"
:role="contextProps.type === 'radiogroup' ? 'radio' : 'menuitemcheckbox'"
Expand Down

0 comments on commit 49f7c83

Please sign in to comment.