mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
fix hard to read text (#6980)
This commit is contained in:
parent
ff081dd0f1
commit
fab6cebf0d
@ -64,7 +64,7 @@ class PanelMediaBrowser extends LitElement {
|
|||||||
"ui.components.media-browser.media-player-browser"
|
"ui.components.media-browser.media-player-browser"
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div class="secondary">${title || ""}</div>
|
<div class="secondary-text">${title || ""}</div>
|
||||||
</div>
|
</div>
|
||||||
<mwc-button @click=${this._showSelectMediaPlayerDialog}>
|
<mwc-button @click=${this._showSelectMediaPlayerDialog}>
|
||||||
${this.hass.localize("ui.components.media-browser.choose_player")}
|
${this.hass.localize("ui.components.media-browser.choose_player")}
|
||||||
@ -146,8 +146,7 @@ class PanelMediaBrowser extends LitElement {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.heading .secondary {
|
.heading .secondary-text {
|
||||||
color: var(--secondary-text-color);
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user