1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Make cluster #app component transparent (#6076)

until theme ready

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-25 16:16:39 +03:00 committed by GitHub
parent 723ae25801
commit 0c32490fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ html, body {
body {
color: var(--textColorPrimary);
background-color: var(--mainBackground);
font-size: var(--font-size);
font-family: var(--font-main);
}
@ -89,6 +88,11 @@ body {
#app {
height: 100%;
min-height: 100%;
background-color: var(--mainBackground);
&:empty {
background-color: transparent;
}
> * {
height: inherit;
@ -181,7 +185,7 @@ a {
}
iframe {
color-scheme: auto;
color-scheme: auto; // Remove default white background on iframes
}
// colors