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

Remove HelmChart list figure background

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-29 15:03:18 +03:00
parent c2dc76bf86
commit 23c0117018
4 changed files with 4 additions and 8 deletions

View File

@ -31,19 +31,18 @@
figure {
width: $iconSize;
height: $iconSize;
border-radius: 50%;
background: var(--helmImgBackground) url(helm-placeholder.svg) center center no-repeat;
background-size: 72%; // bg size looks same as image on top of it
margin: auto;
svg {
padding: 1px;
}
img {
object-fit: contain;
width: inherit;
height: inherit;
visibility: hidden;
border-radius: inherit;
background-color: var(--helmImgBackground);
padding: $padding * 0.5;
&.visible {
visibility: visible;

View File

@ -50,7 +50,6 @@ const lensDarkTheme: Theme = {
"tableHeaderColor": "#ffffff",
"tableSelectedRowColor": "#ffffff",
"helmLogoBackground": "#ffffff",
"helmImgBackground": "#414448",
"helmStableRepo": "#3d90ce",
"helmIncubatorRepo": "#ff7043",
"helmDescriptionHr": "#41474a",

View File

@ -49,7 +49,6 @@ const lensLightTheme: Theme = {
"tableHeaderColor": "#555555",
"tableSelectedRowColor": "#222222",
"helmLogoBackground": "#ffffff",
"helmImgBackground": "#e8e8e8",
"helmStableRepo": "#3d90ce",
"helmIncubatorRepo": "#ff7043",
"helmDescriptionHr": "#dddddd",

View File

@ -43,7 +43,6 @@
--tableHeaderColor: #ffffff;
--tableSelectedRowColor: #ffffff;
--helmLogoBackground: #ffffff;
--helmImgBackground: #414448;
--helmStableRepo: #3d90ce;
--helmIncubatorRepo: #ff7043;
--helmDescriptionHr: #41474a;