ui: Remove info panel from the nspace menu when editing nspaces (#11130)
* ui: Remove info panel form the nspace menu when editing nspaces
This commit is contained in:
parent
b19e14e8a8
commit
a3f45ad70c
|
@ -0,0 +1,4 @@
|
|||
```release-note:improvement
|
||||
ui: Removed informational panel from the namespace selector menu when editing
|
||||
namespaces
|
||||
```
|
|
@ -115,13 +115,6 @@
|
|||
<BlockSlot @name="trigger">
|
||||
{{@nspace}}
|
||||
</BlockSlot>
|
||||
{{#if (is-href 'dc.nspaces')}}
|
||||
<BlockSlot @name="header">
|
||||
<p>
|
||||
Namespaces themselves are not namespaced, so switching will not change the current view.
|
||||
</p>
|
||||
</BlockSlot>
|
||||
{{/if}}
|
||||
<BlockSlot @name="menu">
|
||||
{{#let components.MenuItem components.MenuSeparator as |MenuItem MenuSeparator|}}
|
||||
<DataSource
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
%main-nav-horizontal {
|
||||
@extend %theme-dark;
|
||||
}
|
||||
%main-nav-vertical .nspaces .menu-panel > div {
|
||||
@extend %theme-light;
|
||||
}
|
||||
%main-nav-vertical .menu-panel a:hover,
|
||||
%main-nav-vertical .menu-panel a:focus {
|
||||
background-color: var(--blue-500);
|
||||
|
|
Loading…
Reference in New Issue