Browse Source
fix(button): Focus outline being blocked by other elements (#41282)
pull/41297/head
JiaQi
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/button/style/index.ts
|
|
@ -520,7 +520,7 @@ export default genComponentStyleHook('Button', (token) => { |
|
|
|
genGroupStyle(buttonToken), |
|
|
|
|
|
|
|
// Space Compact
|
|
|
|
genCompactItemStyle(token, { focus: false }), |
|
|
|
genCompactItemStyle(token), |
|
|
|
genCompactItemVerticalStyle(token), |
|
|
|
]; |
|
|
|
}); |
|
|
|