mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 04:04:27 +08:00
fix(mobile): remove all focus style for link and button (#8208)
This commit is contained in:
@@ -22,3 +22,10 @@ globalStyle('html', {
|
||||
overflowY: 'auto',
|
||||
background: cssVarV2('layer/background/secondary'),
|
||||
});
|
||||
|
||||
globalStyle('a:focus', {
|
||||
outline: 'none',
|
||||
});
|
||||
globalStyle('button:focus', {
|
||||
outline: 'none',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user