diff --git a/styles/tip.scarlet b/styles/tip.scarlet index 80e0aa5c..dbed05c2 100644 --- a/styles/tip.scarlet +++ b/styles/tip.scarlet @@ -44,9 +44,13 @@ mixin tip-after top 0 pointer-events none +// Tooltips are not activated by default. +// This helps loading times as the browser +// doesn't need to create pseudo elements on page load. .tip - // + // ... +// When the browser is idle, we give all tips the "tip-active" class. .tip-active position relative