style: adjust settings style (#3083)

(cherry picked from commit 5756bdf8d7)
This commit is contained in:
JimmFly
2023-07-07 13:36:27 +08:00
committed by Alex Yang
parent 446d2d3370
commit 94b5563a0e
3 changed files with 8 additions and 2 deletions

View File

@@ -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',
},
},
});