mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 06:33:32 +03:00
fix(core): unexpected autofill style in dark mode (#7130)
before: <img width="395" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/028a6dcf-2b8f-465a-99e7-5ef147079b5c"> after: <img width="420" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/1ae1b75d-bb64-4b2c-9021-8fb7bb41460b">
This commit is contained in:
parent
06534bbc06
commit
d43fcdcdd6
@ -69,5 +69,8 @@ export const input = style({
|
||||
'&:disabled': {
|
||||
color: cssVar('textDisableColor'),
|
||||
},
|
||||
'&:-webkit-autofill': {
|
||||
WebkitBoxShadow: `0 0 0 1000px ${cssVar('white')} inset`,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user