aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r--vnext/src/components/Button.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
index 85c9e652..7394583b 100644
--- a/vnext/src/components/Button.css
+++ b/vnext/src/components/Button.css
@@ -6,4 +6,8 @@
display: inline-block;
margin: 5px;
padding: 4px 10px;
+}
+.Button:hover {
+ background: #f8f8f8;
+ border-bottom: 1px solid #ff339a;
} \ No newline at end of file