Skip to content

Commit

Permalink
Fix regression in NamespaceFilter selected items
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Feb 5, 2025
1 parent ca3220a commit e9b6d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/components/nav/NamespaceFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ export default {
&.ns-selected:not(:hover) {
.ns-item {
> * {
color: var(--dropdown-hover-bg);
color: var(--primary);
}
}
Expand Down

0 comments on commit e9b6d19

Please sign in to comment.