mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Fix regression where command item text lost capitalization rules (#8719)
This commit is contained in:
parent
343b67fa7f
commit
10baa34c18
@ -227,7 +227,6 @@ export class QuickBar extends LitElement {
|
||||
hasMeta
|
||||
index=${ifDefined(index)}
|
||||
graphic="icon"
|
||||
class=${this._commandMode ? "command-item" : ""}
|
||||
>
|
||||
${item.iconPath
|
||||
? html`<ha-svg-icon
|
||||
@ -258,6 +257,7 @@ export class QuickBar extends LitElement {
|
||||
.twoline=${Boolean(item.altText)}
|
||||
.item=${item}
|
||||
index=${ifDefined(index)}
|
||||
class="command-item"
|
||||
>
|
||||
<span>
|
||||
<ha-chip
|
||||
|
Loading…
x
Reference in New Issue
Block a user