From 0c31e9ae31403beb3c390e864f0aae653240868d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 12 Dec 2018 13:15:17 +0300 Subject: Button styling --- vnext/src/components/Button.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vnext/src/components/Button.css') 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 -- cgit v1.2.3