Skip to content

Instantly share code, notes, and snippets.

@fervous
Last active January 18, 2017 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fervous/ea3a2d2581370bd530a40017a8934aa2 to your computer and use it in GitHub Desktop.
Save fervous/ea3a2d2581370bd530a40017a8934aa2 to your computer and use it in GitHub Desktop.
wc vendors pro disable hover effect on dashboard product and order rows
.wcv-grid table .row-actions,.wcv-grid table .row-actions a { zoom: 1; filter: alpha(opacity=1)!important; opacity: 1!important; }
.wcv-grid table tr:hover .row-actions { zoom: 1; filter: alpha(opacity=100); opacity: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment