display: block;\r
text-overflow: ellipsis;\r
}\r
+.hovercard-content .hover-card-details .hover-card-content .profile-details > .profile-network a {\r
+ color: #777;\r
+}\r
.hover-card-actions {\r
display: flex;\r
}\r
* Overwriting and Extend Bootstrap
*/
.label, .label a {
- color: #fff !important;
+ color: #fff;
}
/* Buttons */
.wall-item-tags a:hover {
text-decoration: none;
}
+.wall-item-bottom .label,
+.wall-item-bottom .label a {
+ color: #fff;
+}
/* item social action buttons */
.wall-item-actions, .wall-item-actions a {
padding: 0;
}
+/* hovercard fix */
+body .tread-wrapper .hovercard a,
+body .tread-wrapper .hovercard a:hover {
+ color: $link_color;
+}
+body .tread-wrapper .hovercard:hover .hover-card-content a {
+ color: $link_color !important;
+}
});
$('body').on('mouseleave','.hovercard', function(e) {
$(this).removeClass('dont-remove-card');
- $(this).popover("hide");
+ //$(this).popover("hide");
});
}); // End of $(document).ready
// don't remove it if we're hovering it right now!
if(!$(this).hasClass('dont-remove-card')) {
$('[data-hover-card-active="' + $(this).data('card-created') + '"]').removeAttr('data-hover-card-active');
- $(this).popover("hide");
+ //(this).popover("hide");
}
}
});