mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
bootstrap: Remove unused stylings for btn-info.
Currently, we are in the process of removing bootstrap out of the current Zulip codebase. A quick git grep on btn-info shows that the class is only used in `templates/corporate/billing.html`. But it doesn't take advantage or use most of the styling rules that are set. We should get rid of those rules as it's not being used and help simplify the process in removing bootstrap.
This commit is contained in:
31
web/third/bootstrap/css/bootstrap-btn.css
vendored
31
web/third/bootstrap/css/bootstrap-btn.css
vendored
@@ -208,40 +208,11 @@ fieldset[disabled] .btn-success.active {
|
||||
}
|
||||
.btn-info:hover,
|
||||
.btn-info:focus,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open .dropdown-toggle.btn-info {
|
||||
.btn-info:active {
|
||||
color: #fff;
|
||||
background-color: #39b3d7;
|
||||
border-color: #269abc;
|
||||
}
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open .dropdown-toggle.btn-info {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-info.disabled,
|
||||
.btn-info[disabled],
|
||||
fieldset[disabled] .btn-info,
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info[disabled]:hover,
|
||||
fieldset[disabled] .btn-info:hover,
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info[disabled]:focus,
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
.btn-info.disabled:active,
|
||||
.btn-info[disabled]:active,
|
||||
fieldset[disabled] .btn-info:active,
|
||||
.btn-info.disabled.active,
|
||||
.btn-info[disabled].active,
|
||||
fieldset[disabled] .btn-info.active {
|
||||
background-color: #5bc0de;
|
||||
border-color: #46b8da;
|
||||
}
|
||||
.btn-info .badge {
|
||||
color: #5bc0de;
|
||||
background-color: #fff;
|
||||
}
|
||||
.btn-warning {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
|
||||
Reference in New Issue
Block a user