diff --git a/hassio/panel/hassio-main-es5.html b/hassio/panel/hassio-main-es5.html index 21220661b..8668928e7 100644 --- a/hassio/panel/hassio-main-es5.html +++ b/hassio/panel/hassio-main-es5.html @@ -48,7 +48,7 @@ :host([disabled]) ::slotted([sticky]), /* Silent scrolling should not run CSS transitions */ :host([silent-scroll]) ::slotted(app-toolbar:first-of-type), - :host([silent-scroll]) ::slotted([sticky]){transition:none !important;}
\ No newline at end of file + paper-card{display:block;}paper-item{cursor:pointer;} \ No newline at end of file diff --git a/hassio/panel/hassio-main-es5.html.gz b/hassio/panel/hassio-main-es5.html.gz index 5e25973ed..6b833732f 100644 Binary files a/hassio/panel/hassio-main-es5.html.gz and b/hassio/panel/hassio-main-es5.html.gz differ diff --git a/hassio/panel/hassio-main-latest.html b/hassio/panel/hassio-main-latest.html index 6cfadb9c9..37e56120e 100644 --- a/hassio/panel/hassio-main-latest.html +++ b/hassio/panel/hassio-main-latest.html @@ -48,7 +48,7 @@ :host([disabled]) ::slotted([sticky]), /* Silent scrolling should not run CSS transitions */ :host([silent-scroll]) ::slotted(app-toolbar:first-of-type), - :host([silent-scroll]) ::slotted([sticky]){transition:none !important;}
\ No newline at end of file + paper-card{display:block;}paper-item{cursor:pointer;} \ No newline at end of file diff --git a/hassio/panel/hassio-main-latest.html.gz b/hassio/panel/hassio-main-latest.html.gz index 5dc6fea2f..3e0c358b9 100644 Binary files a/hassio/panel/hassio-main-latest.html.gz and b/hassio/panel/hassio-main-latest.html.gz differ