mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: color of UI in dark mode (#3081)
Co-authored-by: boomlion8 <201116201@manit.ac.in>
Co-authored-by: Alex Yang <himself65@outlook.com>
(cherry picked from commit a48726d088)
This commit is contained in:
@@ -57,16 +57,7 @@ globalStyle(`${urlButton} span`, {
|
|||||||
|
|
||||||
export const fakeWrapper = style({
|
export const fakeWrapper = style({
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
opacity: 0.4,
|
borderRadius: '8px',
|
||||||
selectors: {
|
background: 'var(--affine-white-60)',
|
||||||
'&::after': {
|
padding: '10px',
|
||||||
content: '""',
|
|
||||||
width: '100%',
|
|
||||||
height: '100%',
|
|
||||||
position: 'absolute',
|
|
||||||
left: 0,
|
|
||||||
top: 0,
|
|
||||||
cursor: 'not-allowed',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user