mirror of https://github.com/zulip/zulip.git
bootstrap_portico: Rename btn-group -> bootstrap-btn-group.
This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results.
This commit is contained in:
parent
543a6c51dc
commit
743d0dbaa2
|
@ -243,7 +243,7 @@ input:focus:invalid:focus {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.form-inline label,
|
.form-inline label,
|
||||||
.form-inline .btn-group {
|
.form-inline .bootstrap-btn-group {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.dropdown {
|
.dropdown {
|
||||||
|
|
Loading…
Reference in New Issue