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:
Michaël Arnauts 2016-12-27 21:28:44 +01:00 committed by Paulus Schoutsen
parent 04b510e4b5
commit cc64fc9809
4 changed files with 0 additions and 8 deletions

View File

@ -30,10 +30,6 @@
color: var(--primary-text-color);
}
.name {
text-transform: capitalize;
}
.message {
color: var(--primary-text-color);
}

View File

@ -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;

View File

@ -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);

View File

@ -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;