1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Fix date inputs heights in safari

This commit is contained in:
Martijn Cuppens
2020-03-06 17:22:27 +01:00
parent 43d866313d
commit 6663faa3e7
2 changed files with 1 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
background-color: $input-bg;
background-clip: padding-box;
border: $input-border-width solid $input-border-color;
appearance: none; // Fix appearance for date inputs in Safari
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
@include border-radius($input-border-radius, 0);