mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
.open_tab_widget {
|
|
.child {
|
|
visibility: hidden;
|
|
}
|
|
&:hover {
|
|
.child {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
}
|