Skip to content

Commit

Permalink
fix hovered/selected state styling in namespace selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo Mesgin authored and Mo Mesgin committed Aug 27, 2024
1 parent 76ee305 commit b810729
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 @@ -836,7 +836,7 @@ export default {
:key="opt.id"
tabindex="0"
class="ns-option"
:disabled="!opt.enabled"
:disabled="opt.enabled ? null : true"
:class="{
'ns-selected': opt.selected,
'ns-single-match': cachedFiltered.length === 1 && !opt.selected,
Expand Down

0 comments on commit b810729

Please sign in to comment.