mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +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);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
||||||
text-transform: capitalize;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
padding: 20px 16px 12px;
|
padding: 20px 16px 12px;
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
}
|
||||||
.header .name {
|
.header .name {
|
||||||
@apply(--paper-font-common-nowrap);
|
@apply(--paper-font-common-nowrap);
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
|
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
|
|
||||||
text-transform: capitalize;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: white;
|
color: white;
|
||||||
@ -93,7 +92,6 @@
|
|||||||
background-color: initial;
|
background-color: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.banner > .caption .title {
|
.banner > .caption .title {
|
||||||
@apply(--paper-font-common-nowrap);
|
@apply(--paper-font-common-nowrap);
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user