User Management: Create and delete. Styling and enter key

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
diff --git a/skyquake/framework/widgets/button/button.scss b/skyquake/framework/widgets/button/button.scss
index e4eb7a4..043a769 100644
--- a/skyquake/framework/widgets/button/button.scss
+++ b/skyquake/framework/widgets/button/button.scss
@@ -111,7 +111,8 @@
   /* Focus */
   &:focus {
     /* box-shadow: $focus-shadow;*/
-    border: 1px solid red;
+    border: 1px solid;
+    border-color: darken($normalHoverBackground, 10%);
   }
 
   /* SIZES