UX: fix kbd tag text's color in the composer full screen prompt (#21169)
This commit is contained in:
parent
4eb7d2d79b
commit
bc7ef70380
|
@ -304,4 +304,7 @@ a.toggle-preview {
|
||||||
padding: 0.5em 0.75em;
|
padding: 0.5em 0.75em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
kbd {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue