Fixed opacity influence on tooltips

This commit is contained in:
2018-04-18 14:34:33 +02:00
parent 2302dbad31
commit d25ad77715
8 changed files with 20 additions and 9 deletions

View File

@ -0,0 +1,2 @@
mixin half-opacity-text
color hsla(text-color-h, text-color-s, text-color-l, 0.5)