From e6b69455d40910fea2c28e0fcc212f22cfd12396 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 14 Feb 2019 13:24:40 -0800 Subject: [PATCH] Fix global link hover style --- packages/ui-components/style/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/ui-components/style/index.css b/packages/ui-components/style/index.css index af07b7626843..be9d933c085f 100644 --- a/packages/ui-components/style/index.css +++ b/packages/ui-components/style/index.css @@ -32,17 +32,12 @@ strong { font-weight: unset; } -::selection { - /* background: unset; */ -} - a { text-decoration: unset; color: unset; } a:hover { - cursor: unset; text-decoration: unset; color: unset; }