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

Input: textarea should inherit font size

parent dca4b7af
......@@ -247,6 +247,7 @@
display: inline-block;
width: 100%;
vertical-align: bottom;
font-size: $--font-size-base;
@include e(inner) {
display: block;
......@@ -255,7 +256,7 @@
line-height: 1.5;
box-sizing: border-box;
width: 100%;
font-size: $--font-size-base;
font-size: inherit;
color: $--input-color;
background-color: $--input-fill;
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