Update lib

This commit is contained in:
Nicolas Cusan
2019-01-14 18:23:31 +01:00
parent c481e543b0
commit 48f40f95ca

View File

@@ -1,4 +1,4 @@
/*! de-style.css v1.0.3 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
========================================================================== */
@@ -285,6 +285,13 @@ button,
appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
cursor: default;
}
/**
* Remove the inner border and padding in Firefox.
*/