File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
web/libs/editor/src/components Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
border-style : solid ;
7
7
background-color : var (--color-neutral-surface );
8
8
margin-top : 2px ;
9
- align-items : center ;
9
+ align-items : flex-start ;
10
10
gap : 8px ;
11
11
cursor : pointer ;
12
12
height : calc (100% - 3px );
13
13
min-width : 186px ;
14
14
border-color : var (--color-neutral-border );
15
- transition : all 150ms ease-out ;
15
+ transition-property : background-color , border-color ;
16
+ transition-duration : 150ms ;
17
+ transition-timing-function : ease-out ;
16
18
17
19
& __user {
18
20
line-height : 16px ;
85
87
background-color : var (--color-neutral-background );
86
88
border-color : var (--color-neutral-border );
87
89
transform : translate (0 , 1px );
90
+ margin-top : 1px ;
91
+ height : calc (100% - 2px );
88
92
89
93
& :hover {
90
94
cursor : default ;
Original file line number Diff line number Diff line change 40
40
41
41
& _newLabelingUI {
42
42
display : block ;
43
- background-color : var (--color-neutral-surface-inset );
43
+ background-color : var (--color-neutral-background );
44
44
height : 42px ;
45
45
border-bottom : 1px solid var (--color-neutral-border );
46
46
You can’t perform that action at this time.
0 commit comments