From 48f40f95cab29d602080ffaa3bd23c43da2af754 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Mon, 14 Jan 2019 18:23:31 +0100 Subject: [PATCH] Update lib --- destyle.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/destyle.css b/destyle.css index 0e5c23c..e209f32 100644 --- a/destyle.css +++ b/destyle.css @@ -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. */