mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 22:47:47 +00:00
Fix down arrow regression
This commit is contained in:
parent
173c6bc4c3
commit
366bea4344
@ -186,10 +186,10 @@ class HaSidebar extends LitElement {
|
|||||||
|
|
||||||
@internalProperty() private _renderEmptySortable = false;
|
@internalProperty() private _renderEmptySortable = false;
|
||||||
|
|
||||||
@query("mwc-list.ha-scrollbar", false)
|
@query("div.ha-scrollbar mwc-list.main-panels", false)
|
||||||
private _standardPanelList?: List;
|
private _standardPanelList?: List;
|
||||||
|
|
||||||
@query("mwc-list.utility-panels", false)
|
@query("div.ha-scrollbar mwc-list.utility-panels", false)
|
||||||
private _utilityPanelList?: List;
|
private _utilityPanelList?: List;
|
||||||
|
|
||||||
private _mouseLeaveTimeout?: number;
|
private _mouseLeaveTimeout?: number;
|
||||||
@ -370,6 +370,7 @@ class HaSidebar extends LitElement {
|
|||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
return html`
|
return html`
|
||||||
<mwc-list
|
<mwc-list
|
||||||
|
class="main-panels"
|
||||||
attr-for-selected="data-panel"
|
attr-for-selected="data-panel"
|
||||||
@focusin=${this._listboxFocusIn}
|
@focusin=${this._listboxFocusIn}
|
||||||
@focusout=${this._listboxFocusOut}
|
@focusout=${this._listboxFocusOut}
|
||||||
@ -907,13 +908,6 @@ class HaSidebar extends LitElement {
|
|||||||
.menu mwc-icon-button {
|
.menu mwc-icon-button {
|
||||||
color: var(--sidebar-icon-color);
|
color: var(--sidebar-icon-color);
|
||||||
}
|
}
|
||||||
:host([expanded]) .menu mwc-icon-button {
|
|
||||||
margin-right: 23px;
|
|
||||||
}
|
|
||||||
:host([expanded][rtl]) .menu mwc-icon-button {
|
|
||||||
margin-right: 0px;
|
|
||||||
margin-left: 23px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ha-clickable-list-item {
|
ha-clickable-list-item {
|
||||||
margin: 4px 8px;
|
margin: 4px 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user