Vanessa 2023-07-06 21:52:34 +08:00
parent 1278c30e9d
commit 526c830535
4 changed files with 105 additions and 26 deletions

View file

@ -149,6 +149,18 @@
width: 300px;
max-height: 70vh;
.b3-chip {
max-width: 220px;
margin: 1px 0;
padding: 6px 12px 6px 14px;
float: left;
svg {
width: 12px;
flex-shrink: 0;
}
}
.block__icon {
line-height: 20px;
padding: 0 4px;
@ -161,12 +173,12 @@
overflow: hidden;
}
&__item:hover .b3-menu__action {
opacity: 1;
}
&__item:not([data-type="nobg"]):hover {
background-color: var(--b3-list-hover);
.b3-menu__action {
opacity: 1;
}
}
}
}

View file

@ -18,7 +18,7 @@
align-items: center;
box-sizing: border-box;
padding: 8px 12px;
border-radius: var(--b3-border-radius-b);
border-radius: 20px;
transition: var(--b3-transition);
text-decoration: none;