Input: textarea should inherit font size

pull/8784/head
Leopoldthecoder 2017-12-12 13:54:48 +08:00 committed by 杨奕
parent dca4b7afd2
commit b91c5f8d11
1 changed files with 2 additions and 1 deletions

View File

@ -247,6 +247,7 @@
display: inline-block; display: inline-block;
width: 100%; width: 100%;
vertical-align: bottom; vertical-align: bottom;
font-size: $--font-size-base;
@include e(inner) { @include e(inner) {
display: block; display: block;
@ -255,7 +256,7 @@
line-height: 1.5; line-height: 1.5;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
font-size: $--font-size-base; font-size: inherit;
color: $--input-color; color: $--input-color;
background-color: $--input-fill; background-color: $--input-fill;
background-image: none; background-image: none;