Frio - on mobiles the links in thread will always have the link color (disabling thread hover effect)

This commit is contained in:
rabuzarus 2018-10-31 10:14:02 +01:00
parent ec9f22de92
commit bfe59b4054
1 changed files with 5 additions and 5 deletions

View File

@ -1538,11 +1538,11 @@ aside .panel-body {
}
/* Thread hover effects */
.wall-item-container .wall-item-content a,
.wall-item-container a,
.wall-item-container .fakelink,
.toplevel_item .fakelink,
.toplevel_item .wall-item-container .wall-item-responses a {
.desktop-view .wall-item-container .wall-item-content a,
.desktop-view .wall-item-container a,
.desktop-view .wall-item-container .fakelink,
.desktop-view .toplevel_item .fakelink,
.desktop-view .toplevel_item .wall-item-container .wall-item-responses a {
color: #555;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;