mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
no box-shadow in stacked form input
This commit is contained in:
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@ -2198,8 +2198,7 @@ textarea {
|
||||
overflow: hidden;
|
||||
padding: 4px 8px 3px;
|
||||
border: none;
|
||||
background-color: white;
|
||||
box-shadow: inset 0 0 1px #dddddd; }
|
||||
background-color: white; }
|
||||
|
||||
.item-stacked-label input {
|
||||
height: 46px; }
|
||||
|
||||
1
dist/css/themes/ionic-ios7.css
vendored
1
dist/css/themes/ionic-ios7.css
vendored
@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* Nav controllers and header bar animations
|
||||
*/
|
||||
|
||||
@ -102,7 +102,6 @@ textarea {
|
||||
padding: 4px 8px 3px;
|
||||
border: none;
|
||||
background-color: $input-bg;
|
||||
box-shadow: inset 0 0 $input-border-width $input-border;
|
||||
}
|
||||
.item-stacked-label input {
|
||||
height: $line-height-computed + $font-size-base + 12px;
|
||||
|
||||
Reference in New Issue
Block a user