From a0500614943ac1637de3d3254e06c948448e5de8 Mon Sep 17 00:00:00 2001 From: YashRE42 <33805964+YashRE42@users.noreply.github.com> Date: Sat, 27 Jun 2020 18:52:16 +0000 Subject: [PATCH] navbar: Drop letter spacing from #tab_bar in CSS. Prior to commit eb4a2b9d4e80d495bf0a11c87bb31d18e94e9cc0 the center area of the navbar was based on a structure that appended crumbs or "tabs" as
  • s, forming a tab_bar and a tab_list. However, in eb4a2b9d4e80d495bf0a11c87bb31d18e94e9cc0 we apply a new style and structure to the navbar which lets go of the convention of tabs. Hence, we'd like to purge the tab_bar and tab_list labels from our code base. This commit pushes us towards that goal by simplifying the future merge of the two CSS labels. The letter-spacing attribute was set to its default value and so we remove it and rely on the default. --- static/styles/zulip.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index e2620f0064..be0ad0aaa9 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1460,7 +1460,6 @@ div.focused_table { z-index: 2; padding-top: 0px; float: left; - letter-spacing: normal; #tab_list { display: flex; align-content: flex-start;