Skip to content

Commit ec121d9

Browse files
committed
frontend: cleanup and remove sidebar-header-line-heigh css variable
--sidebar-header-line-heigh was only used once, also line-height should ideally not be defined in px.
1 parent ee8e801 commit ec121d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontends/web/src/components/sidebar/sidebar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
.sidebarHeader {
9696
font-size: 12px;
97-
line-height: var(--sidebar-header-line-height);
97+
line-height: 1.3333;
9898
color: var(--color-secondary);
9999
}
100100

frontends/web/src/style/variables.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
--sidebar-item-height: 52px;
8383
--sidebar-icon-margin: 14px;
8484
--sidebar-icon-size: 24px;
85-
--sidebar-header-line-height: 16px;
8685

8786
/* header */
8887
--header-height: 70px;

0 commit comments

Comments
 (0)