We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd339ae commit 511df11Copy full SHA for 511df11
_sass/addon/commons.scss
@@ -841,7 +841,7 @@ $sidebar-display: "sidebar-display";
841
842
@for $i from 1 through $tab-count {
843
$offset: $tab-count - $i;
844
- $top: calc(-#{$offset} * #{$tab-height} + (#{$tab-height} - #{$tab-cursor-height}) / 2);
+ $top: (-$offset * $tab-height) + (($tab-height - $tab-cursor-height) * 0.5);
845
846
@if $i < $tab-count {
847
> li.active:nth-child(#{$i}),
0 commit comments