mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Tabs): set focus:outline-none with link variant
This commit is contained in:
@@ -25,7 +25,8 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
},
|
||||
link: {
|
||||
list: 'border-default',
|
||||
indicator: 'rounded-full'
|
||||
indicator: 'rounded-full',
|
||||
trigger: 'focus:outline-none'
|
||||
}
|
||||
},
|
||||
orientation: {
|
||||
|
||||
Reference in New Issue
Block a user