Improve CSS encapslation (Chrome).

This commit is contained in:
Dermot Duffy
2021-09-20 22:37:08 -07:00
parent 49cbff9b36
commit d02f760793
6 changed files with 6 additions and 15 deletions
-3
View File
@@ -1,5 +1,3 @@
@use './common.scss';
.container_16_9 {
/* 16:9 Aspect Ratio. When Safari supports 'aspect-ratio' this should not be
necessary */
@@ -65,7 +63,6 @@ ha-card {
color: var(--secondary-text-color, white);
background-color: var(--secondary-background-color, black);
transform-style: preserve-3d; /* Safari brings video elements forward without this */
}
ha-card a {