Vanessa 2023-07-02 21:53:02 +08:00
parent 11d582f39d
commit 2caa3b657c
8 changed files with 191 additions and 83 deletions

View file

@ -114,8 +114,16 @@
z-index: 504;
position: relative;
.b3-menu {
width: 300px;
}
.b3-menu__item:not([data-type="title"]):hover {
background-color: var(--b3-list-hover);
.b3-menu__action {
opacity: 1;
}
}
}