update lib version

This commit is contained in:
Nicolas Cusan
2022-11-07 22:24:41 +01:00
parent dc09f28555
commit 27dea38fd7

View File

@@ -1,4 +1,4 @@
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@@ -241,20 +241,6 @@ textarea {
text-transform: inherit; /* 2 */
}
/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
}
/**
* Correct cursors for clickable elements.
*/
@@ -333,7 +319,7 @@ textarea {
}
/**
* 1. Correct the outline style in Safari.
* Correct the outline style in Safari.
*/
[type="search"] {
@@ -358,6 +344,13 @@ textarea {
font: inherit; /* 2 */
}
/**
* Fix appearance for Firefox
*/
[type="number"] {
-moz-appearance: textfield;
}
/**
* Clickable labels
*/