Skip to content

Commit f303466

Browse files
Merge pull request #437 from TikiTDO/patch-1
Fixes SASS deprecation warning
2 parents d3e8cc4 + 2549a44 commit f303466

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
pointer-events: auto;
6565

6666
.rg-resize-handle {
67-
&:hover {
68-
cursor: col-resize;
69-
background-color: $resize-handle-gb-color;
70-
}
71-
7267
position: absolute;
7368
right: 0;
7469
width: $resize-handle-line-width;
7570
height: 100%;
71+
72+
&:hover {
73+
cursor: col-resize;
74+
background-color: $resize-handle-gb-color;
75+
}
7676
}
7777
}
7878

@@ -241,4 +241,4 @@
241241
top: 50%;
242242
left: 50%;
243243
}
244-
}
244+
}

0 commit comments

Comments
 (0)