From 8f19858705a7454479142eab291737636ee472b3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 21 Dec 2020 21:41:39 -0500 Subject: [PATCH] Remove obsolete share header link color CSS rules --- view/global.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/view/global.css b/view/global.css index 3fa82906a3..e50e87ec2a 100644 --- a/view/global.css +++ b/view/global.css @@ -160,7 +160,6 @@ span.connector { } .shared_header a { - color: black; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -168,10 +167,6 @@ span.connector { transition: all 0.2s ease-in-out; } -.shared_header a:hover { - color: #36c; -} - .shared_header img { -webkit-border-radius: 4px; -moz-border-radius: 4px;