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;
|
||||
padding: $padding /4 * 3 0;
|
||||
border-bottom: 1px solid $halfGray;
|
||||
line-height: 1;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
|
||||
@ -33,6 +33,7 @@ html {
|
||||
min-height: 0;
|
||||
box-shadow: 0 0 0 1px $halfGray;
|
||||
cursor: pointer;
|
||||
line-height: 1;
|
||||
|
||||
&--is-focused {
|
||||
box-shadow: 0 0 0 1px $primary;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user