From b5dd1bf00946a15fb6a1b65e897cd911e00eb29b Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Wed, 13 Nov 2024 19:46:15 +0530 Subject: [PATCH] inbox: Rename btn -> button for CSS classes. 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. --- web/styles/inbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/inbox.css b/web/styles/inbox.css index 46babffa35..0d548f0005 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -37,7 +37,7 @@ z-index: 1; } - .btn-inbox-filter { + .button-inbox-filter { border: none; height: 30px; border-radius: 5px; @@ -52,7 +52,7 @@ } } - .btn-inbox-selected { + .button-inbox-selected { background-color: var(--color-background-button-inbox-selected); }