mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 18:06:36 +00:00
Don't capitalize entity names in the UI, causes the UI to use the specified friendly_name from the configuration. (#164)
This commit is contained in:
parent
04b510e4b5
commit
cc64fc9809
@ -30,10 +30,6 @@
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
.name {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.message {
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
@ -30,7 +30,6 @@
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
padding: 16px;
|
||||
|
||||
text-transform: capitalize;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
line-height: 16px;
|
||||
|
@ -24,7 +24,6 @@
|
||||
line-height: 40px;
|
||||
color: var(--primary-text-color);
|
||||
padding: 20px 16px 12px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.header .name {
|
||||
@apply(--paper-font-common-nowrap);
|
||||
|
@ -81,7 +81,6 @@
|
||||
|
||||
padding: 8px 16px;
|
||||
|
||||
text-transform: capitalize;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: white;
|
||||
@ -93,7 +92,6 @@
|
||||
background-color: initial;
|
||||
}
|
||||
|
||||
|
||||
.banner > .caption .title {
|
||||
@apply(--paper-font-common-nowrap);
|
||||
font-size: 1.2em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user