add "clickable" styling for muted note placeholder
This commit is contained in:
parent
4dc82cad62
commit
0a0f3c3387
6 changed files with 30 additions and 0 deletions
|
|
@ -606,6 +606,11 @@ if (props.detail) {
|
|||
border: 1px solid var(--MI_THEME-divider);
|
||||
margin: 8px 8px 0 8px;
|
||||
border-radius: var(--MI-radius-sm);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.muted:hover {
|
||||
background: var(--MI_THEME-buttonBg);
|
||||
}
|
||||
|
||||
// avatar container with line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue