Fix menu style

This commit is contained in:
Arnaud 2024-10-24 13:41:06 +02:00
parent eb450931a9
commit 684bca14f8
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -280,7 +280,7 @@
position: relative;
}
.menu a[data-title]:hover::after {
.menu:not(.menu--unexpanded) a[data-title]:hover::after {
content: attr(data-title);
background-color: #2f2f2f;
color: #fff;
@ -289,9 +289,8 @@
font-size: 12px;
line-height: 14px;
display: block;
position: absolute;
white-space: nowrap;
position: absolute;
right: 1rem;
z-index: 1;
overflow: visible;
}