fix hard to read text (#6980)

This commit is contained in:
Zack Barett 2020-09-14 02:33:23 -05:00 committed by GitHub
parent ff081dd0f1
commit fab6cebf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class PanelMediaBrowser extends LitElement {
"ui.components.media-browser.media-player-browser"
)}
</div>
<div class="secondary">${title || ""}</div>
<div class="secondary-text">${title || ""}</div>
</div>
<mwc-button @click=${this._showSelectMediaPlayerDialog}>
${this.hass.localize("ui.components.media-browser.choose_player")}
@ -146,8 +146,7 @@ class PanelMediaBrowser extends LitElement {
overflow: hidden;
white-space: nowrap;
}
.heading .secondary {
color: var(--secondary-text-color);
.heading .secondary-text {
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;