Vanessa 2024-10-27 16:49:05 +08:00
parent e014b02478
commit ee92809ef0
6 changed files with 24 additions and 11 deletions

View file

@ -518,7 +518,7 @@
opacity: 1;
}
&__item[data-type="nobg"] .b3-menu__label {
&__item[data-type="nobg"] {
cursor: auto;
}

View file

@ -111,12 +111,9 @@
&__icon {
svg, img {
float: left;
margin: 3px 0;
height: 16px;
width: 16px;
color: var(--b3-theme-on-surface);
border-radius: var(--b3-border-radius);
}
text-align: center;
@ -129,6 +126,8 @@
padding: 0 4px;
flex-shrink: 0;
border-radius: var(--b3-border-radius);
display: flex;
align-items: center;
&:hover {
color: var(--b3-theme-on-background);

View file

@ -290,6 +290,20 @@
}
}
&__avemoji {
@extend .b3-list-item__icon;
align-self: center;
margin-left: -4px;
font-size: 14px;
cursor: pointer;
svg, img {
height: 14px;
width: 14px;
color: var(--b3-theme-on-surface);
}
}
&__checked {
width: 22px;
height: 22px;