app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.17 vs app/assets/stylesheets/sass-zero/base/preflight.scss in sass-zero-1.0.18

- old
+ new

@@ -161,10 +161,11 @@ optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ + font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } @@ -357,14 +358,6 @@ img, video { max-width: 100%; height: auto; -} - -/* -Ensure the default browser behavior of the `hidden` attribute. -*/ - -[hidden] { - display: none; }