diff options
| author | Mark Otto <[email protected]> | 2017-04-22 11:56:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-04-22 11:56:01 -0700 |
| commit | dc3af6711d4a47e852ca7e82086f10b265a9025d (patch) | |
| tree | 57bbe541b17ca9cb6c91913ac18a93a9d5dc8bc5 /docs/assets/css | |
| parent | 80438e93e1e71f6137add230bad3234b79eb21b5 (diff) | |
| download | bootstrap-dc3af6711d4a47e852ca7e82086f10b265a9025d.tar.xz bootstrap-dc3af6711d4a47e852ca7e82086f10b265a9025d.zip | |
Change how input and select height is computed
— Previously we weren't including the border-width on the computed height, leading to alignment issues.
— New system utilizes three variables (not ideal, but straightforward) for computing these heights. One for the vertical border, one for the line-height/font-size/padding dance, and one to add those together.
— Updates CSS across forms and custom forms to use new sizing. Special note here: form validation icon sizing uses the inner variables because background-image doesn't bleed into borders unless explicit background-clip.
Diffstat (limited to 'docs/assets/css')
0 files changed, 0 insertions, 0 deletions
