mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
style: adjust settings style (#3083)
(cherry picked from commit 5756bdf8d7)
This commit is contained in:
@@ -51,11 +51,13 @@ globalStyle(`${urlButton} span`, {
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
color: 'var(--affine-placeholder-color)',
|
||||
fontWeight: '500',
|
||||
});
|
||||
|
||||
export const fakeWrapper = style({
|
||||
position: 'relative',
|
||||
opacity: 0.4,
|
||||
selectors: {
|
||||
'&::after': {
|
||||
content: '""',
|
||||
@@ -64,7 +66,7 @@ export const fakeWrapper = style({
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
top: 0,
|
||||
background: 'var(--affine-white-60)',
|
||||
cursor: 'not-allowed',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user