diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 8ac6f7d..7665ab0 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -841,7 +841,7 @@ $sidebar-display: "sidebar-display"; @for $i from 1 through $tab-count { $offset: $tab-count - $i; - $top: calc(-#{$offset} * #{$tab-height} + (#{$tab-height} - #{$tab-cursor-height}) / 2); + $top: (-$offset * $tab-height) + (($tab-height - $tab-cursor-height) * 0.5); @if $i < $tab-count { > li.active:nth-child(#{$i}),