diff --git a/sass/components/_toolbar-widget.scss b/sass/components/_toolbar-widget.scss index 76afda056..cd62e34fc 100644 --- a/sass/components/_toolbar-widget.scss +++ b/sass/components/_toolbar-widget.scss @@ -1,18 +1,19 @@ -/*rtl:begin:ignore*/ + .sc-toolbar-widget { position: absolute; direction: ltr; border-radius: $border-radius; width: 40px; top: 102px; + /*rtl:begin:ignore*/ left: 1.2em; + /*rtl:end:ignore*/ z-index: 4; box-sizing: content-box; @include themify($themes) { background: themed('ToolbarWidgetBg'); border: 8px solid themed('ToolbarWidgetBorder'); } - .ciq-menu { .cq-menu-btn { .sc-chart-mode__menu, @@ -59,7 +60,9 @@ } } .sc-tooltip__inner { + /*rtl:begin:ignore*/ left: calc(100% + 15px); + /*rtl:end:ignore*/ } &--bottom { top: auto; @@ -68,5 +71,4 @@ &:hover { z-index: 5; } -} -/*rtl:end:ignore*/ +} \ No newline at end of file