mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56: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(
|
||||
"ui.panel.config.integrations.config_entry.yaml_only"
|
||||
)}</paper-tooltip
|
||||
><ha-svg-icon .path=${mdiOpenInNew}></ha-svg-icon
|
||||
><ha-svg-icon
|
||||
.path=${mdiOpenInNew}
|
||||
class="open-in-new"
|
||||
></ha-svg-icon
|
||||
></span>`
|
||||
: html`<ha-icon-next></ha-icon-next>`}
|
||||
</span>`;
|
||||
@ -141,6 +144,10 @@ export class HaIntegrationListItem extends ListItemBase {
|
||||
ha-icon-next {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.open-in-new {
|
||||
--mdc-icon-size: 22px;
|
||||
padding: 1px;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user