Vanessa 2023-01-14 14:49:32 +08:00
parent b57e6cb47d
commit dbb80c8b3b
3 changed files with 3 additions and 14 deletions

View file

@ -35,10 +35,6 @@
position: relative;
box-sizing: border-box;
&:hover {
text-decoration: none;
}
&[disabled="disabled"] {
cursor: not-allowed;
opacity: 0.38;

View file

@ -301,9 +301,10 @@ progressLoading: 400
}
#barDock,
#statusHepl {
#statusHelp {
.b3-menu__item:hover {
background-color: var(--b3-list-hover);
text-decoration: none;
}
}