copy changes from MkNote* to SkNote*
This commit is contained in:
parent
ffebe778d4
commit
2ca1cbe51b
5 changed files with 66 additions and 61 deletions
|
|
@ -50,7 +50,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
|
|||
font-size: 0.95em;
|
||||
|
||||
&:hover, &:focus-within {
|
||||
background: var(--panelHighlight);
|
||||
background: var(--MI_THEME-panelHighlight);
|
||||
transition: background .2s;
|
||||
}
|
||||
}
|
||||
|
|
@ -63,7 +63,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
|
|||
height: 34px;
|
||||
border-radius: var(--radius-sm);
|
||||
position: sticky !important;
|
||||
top: calc(16px + var(--stickyTop, 0px));
|
||||
top: calc(16px + var(--MI-stickyTop, 0px));
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue