mirror of https://github.com/zulip/zulip.git
bootstrap: Remove unused `text-warning` class.
This commit is contained in:
parent
c0837a6d20
commit
959bf39320
|
@ -1285,11 +1285,6 @@ textarea.new_message_textarea {
|
||||||
color: var(--color-compose-chevron-arrow);
|
color: var(--color-compose-chevron-arrow);
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is the "Select a channel" default message */
|
|
||||||
.text-warning {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeahead.dropdown-menu {
|
.typeahead.dropdown-menu {
|
||||||
|
|
|
@ -88,13 +88,6 @@ p {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
.text-warning {
|
|
||||||
color: #c09853;
|
|
||||||
}
|
|
||||||
a.text-warning:hover,
|
|
||||||
a.text-warning:focus {
|
|
||||||
color: #a47e3c;
|
|
||||||
}
|
|
||||||
.text-error {
|
.text-error {
|
||||||
color: #b94a48;
|
color: #b94a48;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue