Merge pull request #9693 from MrPetovan/bug/9089-share-header-mobile

Remove obsolete share header link color CSS rules
This commit is contained in:
Michael Vogel 2020-12-22 08:39:44 +01:00 committed by GitHub
commit aaf5bc820a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,6 @@ span.connector {
} }
.shared_header a { .shared_header a {
color: black;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
-o-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; transition: all 0.2s ease-in-out;
} }
.shared_header a:hover {
color: #36c;
}
.shared_header img { .shared_header img {
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;