File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/packages/frontend/jupyter Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ export const CellButtonBar: React.FC<Props> = React.memo(
236
236
style = { {
237
237
marginLeft : "1px" ,
238
238
padding : "4px 5px 4px 6px" ,
239
- borderLeft : `1px solid ${ COLORS . GRAY_LL } ` ,
239
+ borderLeft : `1px solid ${ COLORS . GRAY_L } ` ,
240
240
} }
241
241
>
242
242
{ index + 1 }
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ export const MINI_BUTTONS_STYLE_INNER: CSS = {
17
17
gap : "3px" ,
18
18
alignItems : "flex-start" ,
19
19
...CODE_BAR_BTN_STYLE ,
20
- borderTop : `1px solid ${ COLORS . GRAY_L } ` ,
21
- borderLeft : `1px solid ${ COLORS . GRAY_L } ` ,
22
- borderRight : `1px solid ${ COLORS . GRAY_L } ` ,
23
- borderRadius : "3px 3px 3px 0" ,
20
+ // borderTop: `1px solid ${COLORS.GRAY_L}`,
21
+ // borderLeft: `1px solid ${COLORS.GRAY_L}`,
22
+ // borderRight: `1px solid ${COLORS.GRAY_L}`,
23
+ // borderRadius: "3px 3px 3px 0",
24
24
} as const ;
25
25
26
26
export const RUN_ALL_CELLS_ABOVE_ICON = "vertical-align-bottom" ;
You can’t perform that action at this time.
0 commit comments