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/_bootswatch.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'paper/_bootswatch.scss') diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss index b81e424e..84c32dca 100644 --- a/paper/_bootswatch.scss +++ b/paper/_bootswatch.scss @@ -523,6 +523,7 @@ input[type="checkbox"], font-weight: 300; line-height: 24px; opacity: 0.6; + @include transition(all 0.2s); &:hover { opacity: 1; -- cgit v1.2.3