File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-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 : 4px ;
9190 padding : 8px 12px ;
9291 box-shadow : 0 2px 8px # 00000040 ;
9392 z-index : 200 ;
9998.jp-unified-diff-floating-panel .jp-merge-reject-button {
10099 padding : 12px 10px ;
101100 font-size : 13px ;
102- border-radius : 4 px ;
101+ border-radius : 2 px ;
103102 cursor : pointer;
103+ color : white;
104104 font-weight : inherit;
105105 border : none;
106106 transition : background-color 0.2s ease-in-out;
107107}
108108
109109.jp-unified-diff-floating-panel .jp-merge-accept-button {
110110 background-color : var (--jp-success-color1 );
111- color : var (--jp-ui-inverse-font-color0 );
112111}
113112
114113.jp-unified-diff-floating-panel .jp-merge-accept-button : hover {
117116
118117.jp-unified-diff-floating-panel .jp-merge-reject-button {
119118 background-color : var (--jp-error-color1 );
120- color : var (--jp-ui-inverse-font-color0 );
121119}
122120
123121.jp-unified-diff-floating-panel .jp-merge-reject-button : hover {
You can’t perform that action at this time.
0 commit comments