app/assets/stylesheets/_reset.css in css-zero-0.0.25 vs app/assets/stylesheets/_reset.css in css-zero-0.0.26

- old
+ new

@@ -192,9 +192,17 @@ ::file-selector-button { appearance: button; } /* + Revert padding block, it can be noticed in select with multiple. +*/ + +option { + padding-block: revert; +} + +/* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto;