Merge pull request #9693 from MrPetovan/bug/9089-share-header-mobile
authorMichael Vogel <icarus@dabo.de>
Tue, 22 Dec 2020 07:39:44 +0000 (08:39 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 07:39:44 +0000 (08:39 +0100)
Remove obsolete share header link color CSS rules

view/global.css

index 3fa8290..e50e87e 100644 (file)
@@ -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;