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"
|
:key="opt.id"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="ns-option"
|
class="ns-option"
|
||||||
:disabled="!opt.enabled"
|
:disabled="opt.enabled ? null : true"
|
||||||
:class="{
|
:class="{
|
||||||
'ns-selected': opt.selected,
|
'ns-selected': opt.selected,
|
||||||
'ns-single-match': cachedFiltered.length === 1 && !opt.selected,
|
'ns-single-match': cachedFiltered.length === 1 && !opt.selected,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue