Merge branch 'sidebar-tooltips' into 'master'
Sidebar tooltips Show nice tooltips when hover on collapsed sidebar See merge request !1521
This commit is contained in:
commit
d785b20c43
2 changed files with 5 additions and 1 deletions
|
@ -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 @@
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
= yield :embedded_scripts
|
= yield :embedded_scripts
|
||||||
|
|
||||||
|
:coffeescript
|
||||||
|
$('.page-sidebar-collapsed .nav-sidebar a').tooltip placement: "right"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue