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

View file

@ -1,9 +1,9 @@
:root {
/* 主色 */
--b3-theme-primary: #1f6feb;
--b3-theme-primary-light: rgba(31, 111, 235, 0.54);
--b3-theme-primary-lighter: rgba(31, 111, 235, 0.38);
--b3-theme-primary-lightest: rgba(31, 111, 235, 0.12);
--b3-theme-primary-light: rgba(31, 111, 235, 0.72);
--b3-theme-primary-lighter: rgba(31, 111, 235, 0.48);
--b3-theme-primary-lightest: rgba(31, 111, 235, 0.24);
--b3-theme-secondary: #f3a92f;
--b3-theme-background: #212224;
--b3-theme-background-light: #353637;

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 {