material-design/css/material.css
authoredward <edward@roojs.com>
Wed, 30 Sep 2015 05:02:18 +0000 (13:02 +0800)
committeredward <edward@roojs.com>
Wed, 30 Sep 2015 05:02:18 +0000 (13:02 +0800)
material-design/css/material.css

index 11ad0ba..fb605a8 100644 (file)
@@ -4889,7 +4889,7 @@ select[multiple].form-control.focus {
   background-position: center bottom, center calc(100% - 1px);
   background-color: transparent;
   background-color: rgba(0, 0, 0, 0);
-  /*transition: background 0s ease-out;*/
+  transition: background 0s ease-out;
 }
 .form-control::-webkit-input-placeholder {
   color: #bdbdbd;
@@ -4923,7 +4923,7 @@ fieldset[disabled] .form-control.focus:disabled,
   background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
   background-size: 100% 2px, 100% 1px;
   box-shadow: none;
-  /*transition-duration: 0.3s;*/
+  transition-duration: 0.3s;
 }
 .form-control-wrapper {
   position: relative;
@@ -4934,7 +4934,7 @@ fieldset[disabled] .form-control.focus:disabled,
   pointer-events: none;
   left: 0px;
   top: 5px;
-  /*transition: 0.3s ease all;*/
+  transition: 0.3s ease all;
 }
 .form-control-wrapper .floating-label {
   font-size: 14px;
@@ -7783,8 +7783,8 @@ hr.on-light {
   border-radius: 2px;
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
   height: 0;
-  /*transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;*/
-  /*transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;*/
+  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
+  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
   -webkit-transform: translateY(200%);
       -ms-transform: translateY(200%);
           transform: translateY(200%);
@@ -7793,8 +7793,8 @@ hr.on-light {
   padding: 14px 15px;
   margin-bottom: 20px;
   height: auto;
-  /*transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;*/
-  /*transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;*/
+  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
+  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
   -webkit-transform: none;
       -ms-transform: none;
           transform: none;