You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tooltip was added El to next it's owner and effect to CSS like .btn-group > .btn:last-child
<div class="btn-group">
<button class="btn">
<button class="btn"> <= this is last-child
</div>
[Bug] When tooltip (on hover tooltip created)
<div class="btn-group">
<button class="btn">
<button class="btn"> <= this is not last-child (.btn-group > .btn:last-child don't work)
<div class="tooltip"> <= tooltip is last-chid
</div>
The text was updated successfully, but these errors were encountered:
The tooltip was added El to next it's owner and effect to CSS like .btn-group > .btn:last-child
<div class="btn-group">
<button class="btn">
<button class="btn"> <= this is last-child
</div>
[Bug] When tooltip (on hover tooltip created)
<div class="btn-group">
<button class="btn">
<button class="btn"> <= this is not last-child (.btn-group > .btn:last-child don't work)
<div class="tooltip"> <= tooltip is last-chid
</div>
The text was updated successfully, but these errors were encountered: