[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 Marcos Oitaben
parent 0ab3b1493d
commit e601f26589
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;
}
}
}