Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix(leftbar-row): presence border color on selected row (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad authored Aug 2, 2023
1 parent d9b32d0 commit 05c9b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/leftbar/style/leftbar_row.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
--leftbar-row-color-background: var(--theme-sidebar-selected-row-color-background);
--leftbar-row-color-foreground: var(--theme-sidebar-selected-row-color);

&:deep(.d-presence) {
--presence-color-border-base: var(--dt-color-black-200);
}

&:deep(.d-avatar__count) {
--avatar-count-color-shadow: var(--theme-sidebar-selected-row-color-background);
}
Expand Down

0 comments on commit 05c9b15

Please sign in to comment.