1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

[file view] redesigned the comment panel

This commit is contained in:
llj
2022-04-09 14:55:40 +08:00
parent 1c303bf2f7
commit cc9dbd346c
4 changed files with 64 additions and 71 deletions

View File

@@ -35,14 +35,18 @@ const defaultStyle = {
minHeight: 90,
height: 90,
border: '1px solid #e6e6dd',
borderRadius: '5px',
borderBottom: 'none',
borderRadius: '5px 5px 0 0',
overfflowY: 'auto',
outline: 'none',
'&focused': {
/*
backgroundColor: '#cee4e5',
outlineOffset: '-2px',
outlineColor: '-webkit-focus-ring-color',
outlineStyle: 'auto',
outlineWidth: '5px',
*/
},
},
},