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{
|
.mentionMD{
|
||||||
background:var(--mention-md-bg);
|
background:var(--mention-md-bg);
|
||||||
flex-shrink:0;
|
flex-shrink:0;
|
||||||
padding:.03in;
|
padding: .0075in .02in;
|
||||||
border-radius:.1in;
|
border-radius: .05in;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.mentionMD:hover{
|
.mentionMD:hover{
|
||||||
background:color-mix(in srgb,var(--mention-md-bg),white 10%);
|
background:color-mix(in srgb,var(--mention-md-bg),white 10%);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue