compose: Fix keyboard indicator appearance in send shortcut.

(cherry picked from commit b13a85cdbf)
This commit is contained in:
Daniil Fadeev
2023-06-21 13:20:22 +03:00
committed by Alex Vandiver
parent 016f53711d
commit 8ff2684d61

View File

@@ -81,7 +81,6 @@
& kbd {
background-color: hsl(211deg 29% 14%);
border-color: hsl(211deg 29% 14%);
box-shadow: inset 0 -1px 0 hsl(210deg 5% 34% / 20%);
text-shadow: none;
color: hsl(236deg 33% 90%);
}