Revert "fix vote buttons."

This reverts commit a0b6047d00.
This commit is contained in:
evazion
2021-04-02 03:58:14 -05:00
parent 243b3264e9
commit a2f3ba695c
6 changed files with 11 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ import 'tippy.js/dist/tippy.css';
let PostTooltip = {};
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img:not(.prov), .dtext-post-id-link";
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img, .dtext-post-id-link";
PostTooltip.SHOW_DELAY = 500;
PostTooltip.HIDE_DELAY = 125;
PostTooltip.DURATION = 250;