Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSS BUG] Any :last-child selector don't work when use tooltip #5843

Closed
liverbool opened this issue Nov 8, 2012 · 3 comments
Closed

[CSS BUG] Any :last-child selector don't work when use tooltip #5843

liverbool opened this issue Nov 8, 2012 · 3 comments
Labels

Comments

@liverbool
Copy link

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>

@Yohn
Copy link
Contributor

Yohn commented Nov 8, 2012

this is a known issue - #5687, and I believe the BS guys will have it fixed in the next release with the pull requests that have been submitted.

@liverbool
Copy link
Author

Thanks. :)

@cvrebert
Copy link
Collaborator

Also duplicate of #5865.

@cvrebert cvrebert added the js label Jan 7, 2015
@twbs twbs locked and limited conversation to collaborators Jan 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants