mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Remove obsolete share header link color CSS rules
This commit is contained in:
parent
190c41e64f
commit
8f19858705
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue