vertical-align: text-bottom;

This commit is contained in:
Raphael Goetter 2017-09-26 14:24:12 +02:00
parent f621dee26a
commit 82851601b7
3 changed files with 3 additions and 3 deletions

View File

@ -2276,7 +2276,7 @@ button:focus {
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
vertical-align: middle;
vertical-align: text-bottom;
outline: 0;
cursor: pointer;
-webkit-box-shadow: inset 0 0 0 1px #727e96;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
vertical-align: middle;
vertical-align: text-bottom;
outline: 0;
cursor: pointer;
box-shadow: inset 0 0 0 1px $checkbox-color;