Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 070f488

Browse files
committed
Fixed the arrows position.
1 parent 700b5a0 commit 070f488

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/styles/brackets.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,11 +726,12 @@ a, img {
726726
#search-result-summary {
727727
.left-triangle, .right-triangle {
728728
.jstree-sprite;
729+
width: 10px;
729730
display: inline-block;
730-
background-position: -2px -3px;
731+
background-position: 0px 4px;
731732
}
732733
.left-triangle {
733-
-webkit-transform: translateZ(0) translateY(-2px) rotate(180deg);
734+
-webkit-transform: translateZ(0) translateY(-3px) rotate(180deg);
734735
}
735736
.disabled {
736737
opacity: 0.3;

0 commit comments

Comments
 (0)