Commit b91c5f8d authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Input: textarea should inherit font size

parent dca4b7af
...@@ -247,6 +247,7 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment