Fix deprecated syntax using @extend with :before

This is no longer valid scss
This commit is contained in:
Matt-Yorkley
2021-06-13 21:59:35 +01:00
parent 6f06205eed
commit 28f9f4245d
4 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
}
.jstree-icon {
@extend [class^="icon-"]:before;
@extend [class^="icon-"], :before;
}
.jstree-open > .jstree-icon {
@@ -46,7 +46,7 @@
#jstree-marker {
background-image: none !important;
background-color: transparent !important;
@extend [class^="icon-"]:before;
@extend [class^="icon-"], :before;
}
#vakata-dragged.jstree-apple .jstree-invalid {
@extend .icon-remove;

View File

@@ -32,7 +32,7 @@
background-image: none !important;
font-size: 100% !important;
@extend .icon-remove;
@extend [class^="icon-"]:before;
@extend [class^="icon-"], :before;
margin-top: 2px;
}
}
@@ -66,7 +66,7 @@
padding: 0 9px 0 0;
&:before {
@extend [class^="icon-"]:before;
@extend [class^="icon-"], :before;
position: absolute;
top: 13px;
@@ -174,7 +174,7 @@
background-image: none !important;
font-size: 85% !important;
@extend .icon-remove;
@extend [class^="icon-"]:before;
@extend [class^="icon-"], :before;
margin-left: 2px;
color: $color-1;
}