Commit d30ceda7 authored by Robert Speicher's avatar Robert Speicher

Add collapsed navbar links to the default tooltip selector

parent a11b07f3
...@@ -133,7 +133,7 @@ $ -> ...@@ -133,7 +133,7 @@ $ ->
# Initialize tooltips # Initialize tooltips
$('body').tooltip({ $('body').tooltip({
selector: '.has_tooltip, [data-toggle="tooltip"]' selector: '.has_tooltip, [data-toggle="tooltip"], .page-sidebar-collapsed .nav-sidebar a'
}) })
# Form submitter # Form submitter
......
...@@ -15,7 +15,3 @@ ...@@ -15,7 +15,3 @@
= yield = yield
= yield :embedded_scripts = yield :embedded_scripts
:coffeescript
$('.page-sidebar-collapsed .nav-sidebar a').tooltip placement: "right"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment