Browse Source

fix(button): Focus outline being blocked by other elements (#41282)

pull/41297/head
JiaQi 2 years ago
committed by GitHub
parent
commit
6c02a0e14c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/button/style/index.ts

2
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),
];
});

Loading…
Cancel
Save