mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Update _form.scss
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Forms
|
* Forms
|
||||||
* --------------------------------------------------
|
* --------------------------------------------------
|
||||||
@ -134,7 +133,7 @@ input[type="tel"],
|
|||||||
input[type="color"] {
|
input[type="color"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: $line-height-computed + $font-size-base;
|
height: $line-height-computed + $font-size-base;
|
||||||
color: #E5E5E5;
|
color: darken($stable, 10%);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
line-height: $line-height-computed;
|
line-height: $line-height-computed;
|
||||||
|
|||||||
Reference in New Issue
Block a user