mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix(component): input focus implementation (#6086)
This commit is contained in:
@@ -42,8 +42,9 @@ export const inputWrapper = style({
|
||||
'&.default': {
|
||||
borderColor: cssVar('borderColor'),
|
||||
},
|
||||
'&.default.focus': {
|
||||
'&.default:is(:focus-within, :focus, :focus-visible)': {
|
||||
borderColor: cssVar('primaryColor'),
|
||||
outline: 'none',
|
||||
boxShadow: '0px 0px 0px 2px rgba(30, 150, 235, 0.30);',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user