Skip to content

Commit

Permalink
chore: fix comments (#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Feb 29, 2024
1 parent 6e493fd commit 6270842
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@
>
Search
</button>
<button
<a
iconLeft="tuiIconUsers"
routerLink="/experimental/navigation"
routerLinkActive="active"
tuiAppearance="flat"
tuiAppearanceState="hover"
tuiButton
>
Groups
</button>
</a>
<button
iconLeft="tuiIconSettings"
iconRight="tuiIconChevronDown"
Expand Down
5 changes: 5 additions & 0 deletions projects/experimental/components/navigation/aside.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ aside[tuiNavigationAside] {
}
}

/* stylelint-disable-next-line */
a[tuiButton].active {
background: var(--tui-clear-hover);
}

.t-nav-scrollbar {
margin: 0 -0.25rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ header[tuiNavigationHeader] {
padding: 0.5rem;
box-sizing: border-box;
font: var(--tui-font-text-s);
font-weight: 500;
line-height: 1rem;
background: var(--tui-theme-color, #000);
color: var(--tui-text-01-night);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
gap: 0.5rem;
overflow: hidden;
white-space: nowrap;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion projects/experimental/components/navigation/nav.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nav[tuiNavigationNav] {

[tuiNavigationLogo] {
font: var(--tui-font-text-m);
font-weight: 500;
font-weight: bold;
color: var(--tui-text-01);
}

Expand Down

0 comments on commit 6270842

Please sign in to comment.