1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Sync plain text font-size with $input-font-size (#28464)

This commit is contained in:
Shohei Yoshida
2019-04-25 22:45:59 +09:00
committed by XhmikosR
parent 78f47133e9
commit 68932330f0

View File

@@ -113,6 +113,7 @@ select.form-control {
padding-top: $input-padding-y; padding-top: $input-padding-y;
padding-bottom: $input-padding-y; padding-bottom: $input-padding-y;
margin-bottom: 0; // match inputs if this class comes on inputs with default margins margin-bottom: 0; // match inputs if this class comes on inputs with default margins
@include font-size($input-font-size);
line-height: $input-line-height; line-height: $input-line-height;
color: $input-plaintext-color; color: $input-plaintext-color;
background-color: transparent; background-color: transparent;