mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
make open in new icon a bit smaller (#14125)
This commit is contained in:
parent
62de708b2b
commit
6393d59035
@ -93,7 +93,10 @@ export class HaIntegrationListItem extends ListItemBase {
|
|||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.config.integrations.config_entry.yaml_only"
|
"ui.panel.config.integrations.config_entry.yaml_only"
|
||||||
)}</paper-tooltip
|
)}</paper-tooltip
|
||||||
><ha-svg-icon .path=${mdiOpenInNew}></ha-svg-icon
|
><ha-svg-icon
|
||||||
|
.path=${mdiOpenInNew}
|
||||||
|
class="open-in-new"
|
||||||
|
></ha-svg-icon
|
||||||
></span>`
|
></span>`
|
||||||
: html`<ha-icon-next></ha-icon-next>`}
|
: html`<ha-icon-next></ha-icon-next>`}
|
||||||
</span>`;
|
</span>`;
|
||||||
@ -141,6 +144,10 @@ export class HaIntegrationListItem extends ListItemBase {
|
|||||||
ha-icon-next {
|
ha-icon-next {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
.open-in-new {
|
||||||
|
--mdc-icon-size: 22px;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user