mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-05 23:13:08 +00:00
Fix menu style
This commit is contained in:
parent
eb450931a9
commit
684bca14f8
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user