From d619ffa9c4a0f399a560b49a81c03a21c5653033 Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Thu, 21 Nov 2024 18:32:03 +0530 Subject: [PATCH] bootstrap: Remove unused bootstrap button classes. This commit removes the `button-secondary`, `button-group` and `bootstrap-btn-group` classes which don't have any corresponding styles attached to them or are no longer in use in the codebase. --- web/templates/poll_modal_option.hbs | 2 +- web/templates/recent_view_table.hbs | 2 +- web/templates/settings/bot_avatar_row.hbs | 2 +- web/third/bootstrap/css/bootstrap.portico.css | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web/templates/poll_modal_option.hbs b/web/templates/poll_modal_option.hbs index 0e01a8d1e8..4ab1a8c0fa 100644 --- a/web/templates/poll_modal_option.hbs +++ b/web/templates/poll_modal_option.hbs @@ -1,7 +1,7 @@
  • -
  • diff --git a/web/templates/recent_view_table.hbs b/web/templates/recent_view_table.hbs index a77efd59e4..9b815f675a 100644 --- a/web/templates/recent_view_table.hbs +++ b/web/templates/recent_view_table.hbs @@ -1,4 +1,4 @@ -
    +
    {{> recent_view_filters .}}
    diff --git a/web/templates/settings/bot_avatar_row.hbs b/web/templates/settings/bot_avatar_row.hbs index 578eb46f88..4cb34c4aec 100644 --- a/web/templates/settings/bot_avatar_row.hbs +++ b/web/templates/settings/bot_avatar_row.hbs @@ -44,7 +44,7 @@
    {{api_key}} -
    diff --git a/web/third/bootstrap/css/bootstrap.portico.css b/web/third/bootstrap/css/bootstrap.portico.css index 1aa3399338..0b8c22bce7 100644 --- a/web/third/bootstrap/css/bootstrap.portico.css +++ b/web/third/bootstrap/css/bootstrap.portico.css @@ -242,8 +242,7 @@ input:focus:invalid:focus { .form-inline .hide { display: none; } -.form-inline label, -.form-inline .bootstrap-btn-group { +.form-inline label { display: inline-block; } .dropdown {