changing border to transparent for search button to make transition smooth
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 14:59:23 +0000 (10:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 14:59:23 +0000 (10:59 -0400)
css/app.css
scss/_blog.scss

index 90ceccc..b67a437 100644 (file)
@@ -6689,7 +6689,7 @@ input[type="submit"].blogbutton {
   -moz-transition: background 0.5s, color 0.5s; }
   #searchform div input.blogbutton:hover {
     background: #FFFFFF;
-    border: solid 2px #FFFFFF;
+    border: solid 2px transparent;
     color: #797c25; }
 
 #commentform .form-submit #submit {
index 50ba384..5f08a6b 100644 (file)
@@ -118,7 +118,7 @@ input[type="submit"].blogbutton {
         -moz-transition: background 0.5s, color 0.5s;
     &:hover{
         background: $white;
-        border: solid 2px $white;
+        border: solid 2px transparent;
         color: rgb(121, 124, 37);
     }
 }