[11.0][FIX] open_tab: Open new tab with the wheel

This commit is contained in:
Enric Tobella
2020-01-10 12:45:51 +01:00
committed by Raf Ven
parent 652b31db40
commit e2e573b945
6 changed files with 46 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
.open_tab_widget {
.child {
visibility: hidden;
}
&:hover {
.child {
visibility: visible;
}
}
}