mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
navbar: Drop letter spacing from #tab_bar in CSS.
Prior to commiteb4a2b9d4ethe center area of the navbar was based on a structure that appended crumbs or "tabs" as <li>s, forming a tab_bar and a tab_list. However, ineb4a2b9d4ewe 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.
This commit is contained in:
@@ -1460,7 +1460,6 @@ div.focused_table {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
letter-spacing: normal;
|
|
||||||
#tab_list {
|
#tab_list {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
|
|||||||
Reference in New Issue
Block a user