$tooltip-radius doesn't seeme to do anything.
Since the span.tooltip is created on page load there is no way to add the .radius to it.
Maby the tooltip-radius should be added to .tooltip instead. Then it would have $globalRadius as default.
width: 100%;
color: $tooltip-font-color;
background: $tooltip-bg;
+ @include radius($tooltip-radius);
&>.nub {
display: block;
color: $has-tip-font-color-hover !important;
border-bottom: $has-tip-border-bottom-hover !important;
}
-
- &.radius{ @include radius($tooltip-radius); }
}
.tap-to-close {