update mention CSS
This commit is contained in:
parent
9e830ae520
commit
ab842f8f9b
1 changed files with 3 additions and 2 deletions
|
@ -2197,10 +2197,11 @@ form div{
|
|||
.mentionMD{
|
||||
background:var(--mention-md-bg);
|
||||
flex-shrink:0;
|
||||
padding:.03in;
|
||||
border-radius:.1in;
|
||||
padding: .0075in .02in;
|
||||
border-radius: .05in;
|
||||
font-weight:bold;
|
||||
cursor:pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
.mentionMD:hover{
|
||||
background:color-mix(in srgb,var(--mention-md-bg),white 10%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue