We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a886c commit cb94ae4Copy full SHA for cb94ae4
lib/angular-tooltips.scss
@@ -61,29 +61,29 @@ $tooltip-medium-transition: .35s;
61
62
._large {
63
64
- font-size: 1.1em;
+ font-size: 1em;
65
}
66
67
._small {
68
69
font-size: .85em;
70
71
72
- &._slow {
+ &._slow._ready {
73
74
tip {
75
@include opacity-transition($tooltip-slow-transition);
76
77
78
79
- &._fast {
+ &._fast._ready {
80
81
82
@include opacity-transition($tooltip-fast-transition);
83
84
85
86
- &._steady {
+ &._steady._ready {
87
88
89
@include opacity-transition($tooltip-medium-transition);
0 commit comments