From e2e156e8e8bc68d882151e11ac5317773f437c7a Mon Sep 17 00:00:00 2001 From: Ryan Panning Date: Wed, 6 May 2015 10:47:33 -0500 Subject: paper: fade effect .close buttons This applies the same `.transition()` to the `.close` class, which is used for alert close buttons, etc. Updated .less and .scss files and ran `grunt swatch:paper` --- paper/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'paper/bootstrap.css') diff --git a/paper/bootstrap.css b/paper/bootstrap.css index 612b46c4..97183f17 100644 --- a/paper/bootstrap.css +++ b/paper/bootstrap.css @@ -7228,6 +7228,9 @@ input[type="checkbox"]:disabled:checked:after, font-weight: 300; line-height: 24px; opacity: 0.6; + -webkit-transition: all 0.2s; + -o-transition: all 0.2s; + transition: all 0.2s; } .close:hover { opacity: 1; -- cgit v1.2.3