mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
This commit is contained in:
parent
78c2cfe206
commit
9e57253528
2 changed files with 64 additions and 7 deletions
|
|
@ -28,9 +28,31 @@
|
|||
}
|
||||
|
||||
.b3-text-field--text {
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
transition: var(--b3-transition);
|
||||
height: 34px;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-theme-background);
|
||||
}
|
||||
}
|
||||
|
||||
.custom-attr__avarrow {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
margin: 0 5px;
|
||||
flex-shrink: 0;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.custom-attr__avvalue {
|
||||
cursor: pointer;
|
||||
transition: var(--b3-transition);
|
||||
border-radius: var(--b3-border-radius);
|
||||
padding: 4px 8px;
|
||||
line-height: 26px;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-theme-background);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue