From 959bf393200afe946bfaa8fbd01346c344c08800 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 26 Jun 2024 14:29:42 +0000 Subject: [PATCH] bootstrap: Remove unused `text-warning` class. --- web/styles/compose.css | 5 ----- web/third/bootstrap/css/bootstrap.portico.css | 7 ------- 2 files changed, 12 deletions(-) diff --git a/web/styles/compose.css b/web/styles/compose.css index 3c9f95b4e6..393d7e1a89 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -1285,11 +1285,6 @@ textarea.new_message_textarea { color: var(--color-compose-chevron-arrow); font-weight: lighter; } - - /* This is the "Select a channel" default message */ - .text-warning { - color: inherit; - } } .typeahead.dropdown-menu { diff --git a/web/third/bootstrap/css/bootstrap.portico.css b/web/third/bootstrap/css/bootstrap.portico.css index becf1884b2..244bd7da8e 100644 --- a/web/third/bootstrap/css/bootstrap.portico.css +++ b/web/third/bootstrap/css/bootstrap.portico.css @@ -88,13 +88,6 @@ p { font-weight: 200; line-height: 30px; } -.text-warning { - color: #c09853; -} -a.text-warning:hover, -a.text-warning:focus { - color: #a47e3c; -} .text-error { color: #b94a48; }