Skip to content

Commit 8ae40ab

Browse files
committed
Calc: align scroll-right button arrows on RTL docs
- on RTL docs, scroll-right button arrows of statusbar and toolbar were misaligned to the left. This is fixed with 'left: 0px' Signed-off-by: Bayram Çiçek <[email protected]> Change-Id: I5c837244352d37342864b7413f0546cae8c60a25
1 parent 46833f3 commit 8ae40ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/css/toolbar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
}
228228
.ui-scroll-right::after {
229229
rotate: 270deg;
230+
left: 0px;
230231
}
231232
.ui-scroll-left:hover,
232233
.ui-scroll-right:hover {

0 commit comments

Comments
 (0)