mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[11.0][FIX] open_tab: Open new tab with the wheel
This commit is contained in:
10
web_widget_open_tab/static/src/less/open_tab.less
Normal file
10
web_widget_open_tab/static/src/less/open_tab.less
Normal file
@@ -0,0 +1,10 @@
|
||||
.open_tab_widget {
|
||||
.child {
|
||||
visibility: hidden;
|
||||
}
|
||||
&:hover {
|
||||
.child {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user