Commit d785b20c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'sidebar-tooltips' into 'master'

Sidebar tooltips

Show nice tooltips when hover on collapsed sidebar

See merge request !1521
parents d0f045eb f989190e
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
.nav-sidebar { .nav-sidebar {
margin-top: 20px; margin-top: 20px;
position: absolute; position: fixed;
top: 45px; top: 45px;
width: 52px; width: 52px;
......
...@@ -17,3 +17,7 @@ ...@@ -17,3 +17,7 @@
= 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