app/assets/stylesheets/_reset.css in css-zero-0.0.28 vs app/assets/stylesheets/_reset.css in css-zero-0.0.29
- old
+ new
@@ -42,11 +42,10 @@
html:has(dialog:modal[open]) {
overflow: hidden;
}
-
/*
Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
@@ -201,18 +200,10 @@
::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;
@@ -299,17 +290,9 @@
*/
::placeholder {
opacity: 1; /* 1 */
color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
-}
-
-/*
- Make sure disabled buttons don't get the pointer cursor.
-*/
-
-:disabled {
- cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)