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