mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
This commit is contained in:
parent
a56ef14bdc
commit
eaf1cbbb2e
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user