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

Fixing search input cross icon

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-17 15:58:37 +03:00
parent 993c3746b1
commit 835d6566b4

View File

@ -30,12 +30,13 @@
color: inherit;
background: none;
border: none;
border-radius: $radius;
box-shadow: 0 0 0 1px $halfGray;
border-radius: var(--border-radius);
box-shadow: 0 0 0 1px var(--halfGray);
padding: var(--spacing);
.Icon {
height: $margin * 2;
height: calc(var(--margin) * 2);
width: calc(var(--margin) * 2);
}
}