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 {