dashboard: show baron scrollbar in dashboard panel when mouse is over

This should make the scrolling user experience much better since it
will highlight and show that content actually can be scrolled when
hovering over a panel.
This commit is contained in:
Marcus Efraimsson
2018-04-11 18:12:48 +02:00
parent 9549aadd26
commit a1b53674a9

View File

@@ -268,10 +268,14 @@
}
}
.baron._scrolling > .baron__track .baron__bar {
.panel-hover-highlight .baron__track .baron__bar {
opacity: 0.6;
}
.baron._scrolling > .baron__track .baron__bar {
opacity: 0.9;
}
.baron__control {
display: none;
}