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:
parent
723ae25801
commit
0c32490fb0
@ -72,7 +72,6 @@ html, body {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--textColorPrimary);
|
color: var(--textColorPrimary);
|
||||||
background-color: var(--mainBackground);
|
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
font-family: var(--font-main);
|
font-family: var(--font-main);
|
||||||
}
|
}
|
||||||
@ -89,6 +88,11 @@ body {
|
|||||||
#app {
|
#app {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
background-color: var(--mainBackground);
|
||||||
|
|
||||||
|
&:empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
@ -181,7 +185,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
color-scheme: auto;
|
color-scheme: auto; // Remove default white background on iframes
|
||||||
}
|
}
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user