mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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
|
||||
.item=${item}
|
||||
index=${ifDefined(index)}
|
||||
class="command-item"
|
||||
hasMeta
|
||||
tabindex="0"
|
||||
>
|
||||
@ -927,10 +926,6 @@ export class QuickBar extends LitElement {
|
||||
--mdc-list-item-graphic-margin: 20px;
|
||||
}
|
||||
|
||||
ha-list-item.command-item {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
ha-tip {
|
||||
padding: 20px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user