From 819b714ecab8d089d1c0d37da01492a811dc0e3a Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 16 Jan 2017 16:05:18 -0500 Subject: Add fade effect to checkboxes --- material/material.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/material/material.css b/material/material.css index ccf8c12..cf66a8e 100644 --- a/material/material.css +++ b/material/material.css @@ -1,5 +1,5 @@ /* Copyright 2015 Google Inc. -Copyright 2016 Benjamin Barenblat +Copyright 2016, 2017 Benjamin Barenblat Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the @@ -55,6 +55,7 @@ html, body { box-sizing: border-box; border: 2px solid #9c27b0; border-radius: 2px; + transition: background 300ms; } .Material_Checkbox_checked { -- cgit v1.2.3