WIP: Edited tooltips by adding a consistent right-side tooltip
The tooltips now look great when collapsed on all pages, but I'm having issues trying to hide the tooltips when the navbar is expanded. We only want them when the navbar is collapsed. If anyone has any suggestions, that would be super helpful. I've done some internet sleuthing, but haven't been able to figure it out yet. @JobV @rspeicher
Merge request reports
Activity
@darby Check https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/application.js.coffee#L129-140
I think you'll want to remove the
toggle: 'tooltip'
data option from each link so that this JS only activates tooltips on nav links when the sidebar is collapsed. And we can probably add thecontainer: 'body'
option to the JS instead of the links themselves to reduce some duplication.Added 1 commit:
- f755a35e - Fixed css problems Robert pointed out
@darby it would be awesome if this can be finished
@skyruler As far as I can see the tooltips are now completely gone, even in collapsed state. Feel free to create an issue to add tooltips when the menu is collapsed, I think that is convenient.
@sytses LOL, I tried to find them for 20 min :) Okay I'll create one
@skyruler @sytses there is already one #2071 (closed)
Thanks @rspeicher