mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Tooltip tweak target picker (#7870)
This commit is contained in:
parent
8c655883fe
commit
e0c4dc08a1
@ -268,7 +268,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
|||||||
>
|
>
|
||||||
<ha-svg-icon .path=${mdiUnfoldMoreVertical}></ha-svg-icon>
|
<ha-svg-icon .path=${mdiUnfoldMoreVertical}></ha-svg-icon>
|
||||||
</mwc-icon-button>
|
</mwc-icon-button>
|
||||||
<paper-tooltip animation-delay="0"
|
<paper-tooltip class="expand" animation-delay="0"
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
`ui.components.target-picker.expand_${type}`
|
`ui.components.target-picker.expand_${type}`
|
||||||
)}</paper-tooltip
|
)}</paper-tooltip
|
||||||
@ -581,7 +581,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
|||||||
.mdc-chip:hover {
|
.mdc-chip:hover {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
paper-tooltip {
|
paper-tooltip.expand {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user