mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
Fix pseudo paddings and height
This commit is contained in:
@@ -528,9 +528,18 @@ legend {
|
|||||||
// Fix height of inputs with a type of datetime-local, date, month, week, or time
|
// Fix height of inputs with a type of datetime-local, date, month, week, or time
|
||||||
// See https://github.com/twbs/bootstrap/issues/18842
|
// See https://github.com/twbs/bootstrap/issues/18842
|
||||||
|
|
||||||
::-webkit-datetime-edit {
|
::-webkit-datetime-edit-fields-wrapper,
|
||||||
overflow: visible;
|
::-webkit-datetime-edit-text,
|
||||||
line-height: 0;
|
::-webkit-datetime-edit-minute,
|
||||||
|
::-webkit-datetime-edit-hour-field,
|
||||||
|
::-webkit-datetime-edit-day-field,
|
||||||
|
::-webkit-datetime-edit-month-field,
|
||||||
|
::-webkit-datetime-edit-year-field {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-inner-spin-button {
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1. Correct the outline style in Safari.
|
// 1. Correct the outline style in Safari.
|
||||||
|
Reference in New Issue
Block a user