mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Add integration dialog Scroll bar styles (#13299)
This commit is contained in:
parent
f3229bb8a7
commit
9baeabed19
@ -21,6 +21,7 @@ import { LocalizeFunc } from "../../common/translations/localize";
|
|||||||
import "../../components/ha-icon-next";
|
import "../../components/ha-icon-next";
|
||||||
import "../../components/search-input";
|
import "../../components/search-input";
|
||||||
import { domainToName } from "../../data/integration";
|
import { domainToName } from "../../data/integration";
|
||||||
|
import { haStyleScrollbar } from "../../resources/styles";
|
||||||
import { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
import { brandsUrl } from "../../util/brands-url";
|
import { brandsUrl } from "../../util/brands-url";
|
||||||
import { documentationUrl } from "../../util/documentation-url";
|
import { documentationUrl } from "../../util/documentation-url";
|
||||||
@ -143,6 +144,7 @@ class StepFlowPickHandler extends LitElement {
|
|||||||
width: `${this._width}px`,
|
width: `${this._width}px`,
|
||||||
height: `${this._height}px`,
|
height: `${this._height}px`,
|
||||||
})}
|
})}
|
||||||
|
class="ha-scrollbar"
|
||||||
>
|
>
|
||||||
${addDeviceRows.length
|
${addDeviceRows.length
|
||||||
? html`
|
? html`
|
||||||
@ -321,6 +323,7 @@ class StepFlowPickHandler extends LitElement {
|
|||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return [
|
return [
|
||||||
configFlowContentStyles,
|
configFlowContentStyles,
|
||||||
|
haStyleScrollbar,
|
||||||
css`
|
css`
|
||||||
img {
|
img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user