Skip to content

Commit 31f90d1

Browse files
committed
fix: remove keyword values in background-position
1 parent ecf98a4 commit 31f90d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms/static/cms/sass/components/pagetree/_tree.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
background-color: $white;
888888
background-image: url('../../img/pagetree/tree-li-drag.gif');
889889
background-repeat: no-repeat;
890-
background-position: left center;
890+
background-position: 2px center;
891891
image-rendering: pixelated;
892892
white-space: normal;
893893

@@ -897,7 +897,7 @@
897897

898898
[dir=rtl] & {
899899
// no direct logical property for background-position
900-
background-position: right center;
900+
background-position: calc(100% - 2px) center;
901901
}
902902
}
903903

0 commit comments

Comments
 (0)