mirror of https://github.com/rancher/dashboard.git
fix hovered/selected state styling in namespace selector
This commit is contained in:
parent
76ee305b8c
commit
b810729cb6
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue