vuematerial/vue-material

View on GitHub
src/components/MdTooltip/theme.scss

Summary

Maintainability
Test Coverage
.md-tooltip {
  @include md-theme-component() {
    @include md-theme-property(color, text-primary, tooltip);
    @include md-theme-property(background-color, tooltip, background, .9);
  }
}