Added docs
This commit is contained in:
parent
bfc9d626a1
commit
bd0182adf4
@ -44,9 +44,13 @@ mixin tip-after
|
|||||||
top 0
|
top 0
|
||||||
pointer-events none
|
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
|
.tip
|
||||||
//
|
// ...
|
||||||
|
|
||||||
|
// When the browser is idle, we give all tips the "tip-active" class.
|
||||||
.tip-active
|
.tip-active
|
||||||
position relative
|
position relative
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user