Skip to content

Commit

Permalink
changing the rtl ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtaimoor-deriv committed Feb 27, 2024
1 parent 437d597 commit 0c70ca4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sass/components/_toolbar-widget.scss
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -59,7 +60,9 @@
}
}
.sc-tooltip__inner {
/*rtl:begin:ignore*/
left: calc(100% + 15px);
/*rtl:end:ignore*/
}
&--bottom {
top: auto;
Expand All @@ -68,5 +71,4 @@
&:hover {
z-index: 5;
}
}
/*rtl:end:ignore*/
}

0 comments on commit 0c70ca4

Please sign in to comment.