Vanessa 2023-01-14 14:45:03 +08:00
parent ef9c5450e8
commit fec504ddfb
10 changed files with 123 additions and 81 deletions

View file

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

View file

@ -301,7 +301,7 @@ progressLoading: 400
}
#barDock,
#barHelp {
#statusHepl {
.b3-menu__item:hover {
background-color: var(--b3-list-hover);
}