From eb31fdbe3cdf89fa9883ee62abd48f3cc244cd21 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 12 Sep 2024 15:45:03 -0500 Subject: [PATCH] buttons: Shore up styles on a.button instances. --- web/styles/app_components.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 3e6e15a5a5..c6469d5726 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -178,6 +178,9 @@ input::placeholder { &:hover { background-color: var(--color-background-zulip-button-hover); + /* Reset styles on a.button instances. */ + text-decoration: none; + color: inherit; } &:focus {