bootstrap: Remove unused `text-warning` class.

This commit is contained in:
Aman Agrawal 2024-06-26 14:29:42 +00:00 committed by Tim Abbott
parent c0837a6d20
commit 959bf39320
2 changed files with 0 additions and 12 deletions

View File

@ -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 {

View File

@ -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;
}