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:
parent
c2dc76bf86
commit
23c0117018
@ -31,19 +31,18 @@
|
|||||||
figure {
|
figure {
|
||||||
width: $iconSize;
|
width: $iconSize;
|
||||||
height: $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;
|
margin: auto;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
background-color: var(--helmImgBackground);
|
|
||||||
padding: $padding * 0.5;
|
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|||||||
@ -50,7 +50,6 @@ const lensDarkTheme: Theme = {
|
|||||||
"tableHeaderColor": "#ffffff",
|
"tableHeaderColor": "#ffffff",
|
||||||
"tableSelectedRowColor": "#ffffff",
|
"tableSelectedRowColor": "#ffffff",
|
||||||
"helmLogoBackground": "#ffffff",
|
"helmLogoBackground": "#ffffff",
|
||||||
"helmImgBackground": "#414448",
|
|
||||||
"helmStableRepo": "#3d90ce",
|
"helmStableRepo": "#3d90ce",
|
||||||
"helmIncubatorRepo": "#ff7043",
|
"helmIncubatorRepo": "#ff7043",
|
||||||
"helmDescriptionHr": "#41474a",
|
"helmDescriptionHr": "#41474a",
|
||||||
|
|||||||
@ -49,7 +49,6 @@ const lensLightTheme: Theme = {
|
|||||||
"tableHeaderColor": "#555555",
|
"tableHeaderColor": "#555555",
|
||||||
"tableSelectedRowColor": "#222222",
|
"tableSelectedRowColor": "#222222",
|
||||||
"helmLogoBackground": "#ffffff",
|
"helmLogoBackground": "#ffffff",
|
||||||
"helmImgBackground": "#e8e8e8",
|
|
||||||
"helmStableRepo": "#3d90ce",
|
"helmStableRepo": "#3d90ce",
|
||||||
"helmIncubatorRepo": "#ff7043",
|
"helmIncubatorRepo": "#ff7043",
|
||||||
"helmDescriptionHr": "#dddddd",
|
"helmDescriptionHr": "#dddddd",
|
||||||
|
|||||||
@ -43,7 +43,6 @@
|
|||||||
--tableHeaderColor: #ffffff;
|
--tableHeaderColor: #ffffff;
|
||||||
--tableSelectedRowColor: #ffffff;
|
--tableSelectedRowColor: #ffffff;
|
||||||
--helmLogoBackground: #ffffff;
|
--helmLogoBackground: #ffffff;
|
||||||
--helmImgBackground: #414448;
|
|
||||||
--helmStableRepo: #3d90ce;
|
--helmStableRepo: #3d90ce;
|
||||||
--helmIncubatorRepo: #ff7043;
|
--helmIncubatorRepo: #ff7043;
|
||||||
--helmDescriptionHr: #41474a;
|
--helmDescriptionHr: #41474a;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user