app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.16 vs app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.17
- old
+ new
@@ -366,14 +366,5 @@
*/
[hidden] {
display: none;
}
-
-/**
- * Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
- * This sucks because users can't change line-height with a utility on date inputs now.
- * Reference: https://github.com/twbs/bootstrap/pull/31993
- */
-::-webkit-date-and-time-value {
- min-height: 1.5em;
-}