mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Restyling .round-black Input
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ffd729558c
commit
3d0208a271
@ -96,14 +96,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
background: $mainBackground;
|
background: #00000021;
|
||||||
border: 1px solid $borderFaintColor;
|
border: 1px solid #20222580;
|
||||||
border-radius: $radius;
|
border-radius: 4px;
|
||||||
padding: $padding;
|
padding: $padding;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: #07080880;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
border: 2px solid $colorInfo;
|
border-color: $colorInfo;
|
||||||
padding: $padding - 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user