mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
This commit is contained in:
parent
4b55e2e306
commit
3ea2741e5f
5 changed files with 78 additions and 30 deletions
|
|
@ -133,17 +133,7 @@
|
|||
}
|
||||
|
||||
&__rmpath {
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
width: 16px;
|
||||
opacity: 0.68;
|
||||
transition: var(--b3-transition);
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
@extend .b3-form__icon-clear;
|
||||
}
|
||||
|
||||
&__tip {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__icon-clear {
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
width: 16px;
|
||||
opacity: 0.68;
|
||||
transition: var(--b3-transition);
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// repo password
|
||||
&__icona {
|
||||
position: relative;
|
||||
color: var(--b3-theme-on-surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue