mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 22:44:06 +01:00
This commit is contained in:
parent
6cb1cc9602
commit
40a97e4f6f
8 changed files with 65 additions and 9 deletions
|
|
@ -3,6 +3,10 @@
|
|||
box-sizing: border-box;
|
||||
font-size: 14px;
|
||||
|
||||
&:hover .av__row--footer {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&__header {
|
||||
top: -43px;
|
||||
z-index: 2;
|
||||
|
|
@ -74,7 +78,7 @@
|
|||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
background-color: var(--b3-list-icon-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -83,6 +87,51 @@
|
|||
&--footer {
|
||||
background-color: var(--b3-theme-background);
|
||||
}
|
||||
|
||||
&--footer {
|
||||
display: flex;
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
color: var(--b3-theme-on-surface);
|
||||
opacity: 0;
|
||||
|
||||
& > .av__calc {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px 5px 5px 7px;
|
||||
border-right: 1px;
|
||||
flex-direction: row-reverse;
|
||||
box-sizing: border-box;
|
||||
|
||||
svg {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-list-icon-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&--add {
|
||||
color: var(--b3-theme-on-surface);
|
||||
padding: 5px 5px 5px 7px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
margin-right: 5px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--b3-list-icon-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__cell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue