mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: show border around pagetitle when renaming (#4080)
This commit is contained in:
@@ -25,6 +25,15 @@ export const titleInput = style({
|
|||||||
margin: 'auto',
|
margin: 'auto',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
|
||||||
|
selectors: {
|
||||||
|
'&:focus': {
|
||||||
|
border: '1px solid var(--affine-black-10)',
|
||||||
|
borderRadius: '8px',
|
||||||
|
height: '32px',
|
||||||
|
padding: '6px 8px',
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
export const shadowTitle = style({
|
export const shadowTitle = style({
|
||||||
visibility: 'hidden',
|
visibility: 'hidden',
|
||||||
|
|||||||
Reference in New Issue
Block a user