Skip to content

Commit 91d3506

Browse files
committed
css lint fix
1 parent 17c06c1 commit 91d3506

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

style/base.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@
8080

8181
.jp-DiffArrowOverlay {
8282
position: absolute;
83-
top: 0;
84-
left: 0;
85-
right: 22px;
86-
bottom: 0;
83+
inset: 0 22px 0 0;
8784
pointer-events: none;
8885
z-index: 3;
8986
}
@@ -102,7 +99,7 @@
10299
.jp-DiffArrow {
103100
pointer-events: all;
104101
background: var(--jp-layout-color1);
105-
padding: 0px 6px;
102+
padding: 0 6px;
106103
cursor: pointer;
107104
border: none;
108105
font-size: 12px;

0 commit comments

Comments
 (0)