From 8ff2684d6137f7f3915bc2cf274eb88d436f7d2d Mon Sep 17 00:00:00 2001 From: Daniil Fadeev Date: Wed, 21 Jun 2023 13:20:22 +0300 Subject: [PATCH] compose: Fix keyboard indicator appearance in send shortcut. (cherry picked from commit b13a85cdbf11d930edfc3e5a200027b5e0b163ab) --- web/styles/dark_theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index d4f273ec6d..a186caedac 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -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%); }