mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
No capitalization for quick bar commands (#24481)
Remove forces capitalization for quick bar commands
This commit is contained in:
parent
0bea89db91
commit
75d7676b36
@ -376,7 +376,6 @@ export class QuickBar extends LitElement {
|
|||||||
<ha-list-item
|
<ha-list-item
|
||||||
.item=${item}
|
.item=${item}
|
||||||
index=${ifDefined(index)}
|
index=${ifDefined(index)}
|
||||||
class="command-item"
|
|
||||||
hasMeta
|
hasMeta
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
@ -927,10 +926,6 @@ export class QuickBar extends LitElement {
|
|||||||
--mdc-list-item-graphic-margin: 20px;
|
--mdc-list-item-graphic-margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-list-item.command-item {
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
|
|
||||||
ha-tip {
|
ha-tip {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user