mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
391e5ec5fb
commit
7a138a5836
7 changed files with 108 additions and 39 deletions
|
|
@ -17,11 +17,6 @@
|
|||
top: 6px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
||||
&--current {
|
||||
color: var(--b3-theme-primary);
|
||||
background-color: var(--b3-theme-surface);
|
||||
}
|
||||
}
|
||||
|
||||
&-action {
|
||||
|
|
@ -58,6 +53,33 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__icona {
|
||||
position: relative;
|
||||
color: var(--b3-theme-on-surface);
|
||||
flex: 1;
|
||||
|
||||
&-icon {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 1px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
border-radius: 2px;
|
||||
|
||||
&:hover {
|
||||
color: var(--b3-theme-on-background);
|
||||
background-color: var(--b3-list-icon-hover);
|
||||
}
|
||||
}
|
||||
|
||||
&-input {
|
||||
width: 100%;
|
||||
padding-right: 35px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue