mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing inputs line-height
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
f9fda30045
commit
974f04a15a
@ -29,6 +29,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: $padding /4 * 3 0;
|
padding: $padding /4 * 3 0;
|
||||||
border-bottom: 1px solid $halfGray;
|
border-bottom: 1px solid $halfGray;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
@ -33,6 +33,7 @@ html {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
box-shadow: 0 0 0 1px $halfGray;
|
box-shadow: 0 0 0 1px $halfGray;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
line-height: 1;
|
||||||
|
|
||||||
&--is-focused {
|
&--is-focused {
|
||||||
box-shadow: 0 0 0 1px $primary;
|
box-shadow: 0 0 0 1px $primary;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user