Vanessa 2022-10-15 12:21:45 +08:00
parent a56ef14bdc
commit eaf1cbbb2e
2 changed files with 11 additions and 3 deletions

View file

@ -142,6 +142,13 @@
}
}
&:hover,
&.item--focus {
.item__close svg {
opacity: 1;
}
}
&--readonly {
border-left-color: var(--b3-theme-background-light);
}
@ -229,6 +236,7 @@
color: var(--b3-theme-on-surface);
transition: var(--b3-transition);
padding: 4px;
opacity: 0;
}
&:hover svg {