File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8787 gap : 12px ;
8888 background : var (--jp-layout-color1 );
8989 border : 1px solid var (--jp-border-color2 );
90- border-radius : 4 px ;
90+ border-radius : 0 px ;
9191 padding : 8px 12px ;
9292 box-shadow : 0 2px 8px # 00000040 ;
9393 z-index : 200 ;
9999.jp-unified-diff-floating-panel .jp-merge-reject-button {
100100 padding : 12px 10px ;
101101 font-size : 13px ;
102- border-radius : 4 px ;
102+ border-radius : 2 px ;
103103 cursor : pointer;
104+ color : white;
104105 font-weight : inherit;
105106 border : none;
106107 transition : background-color 0.2s ease-in-out;
107108}
108109
109110.jp-unified-diff-floating-panel .jp-merge-accept-button {
110111 background-color : var (--jp-success-color1 );
111- color : var (--jp-ui-inverse-font-color0 );
112112}
113113
114114.jp-unified-diff-floating-panel .jp-merge-accept-button : hover {
117117
118118.jp-unified-diff-floating-panel .jp-merge-reject-button {
119119 background-color : var (--jp-error-color1 );
120- color : var (--jp-ui-inverse-font-color0 );
121120}
122121
123122.jp-unified-diff-floating-panel .jp-merge-reject-button : hover {
You can’t perform that action at this time.
0 commit comments