Light up "add tag" buttons on button hover, not cell hover.
authorTom Clegg <tom@curoverse.com>
Sun, 16 Feb 2014 10:23:07 +0000 (02:23 -0800)
committerTom Clegg <tom@curoverse.com>
Sun, 16 Feb 2014 10:23:07 +0000 (02:23 -0800)
apps/workbench/app/assets/stylesheets/application.css.scss

index 1ea67d23251f130ae5cab5d7c2b2a36f9498acd9..5ee950803cb84023e5ff84e2d9c45a85277c07dc 100644 (file)
@@ -133,7 +133,7 @@ td.add-tag-button .add-tag-button {
     margin-right: 4px;
     opacity: 0.2;
 }
-td.add-tag-button:hover .add-tag-button {
+td.add-tag-button .add-tag-button:hover {
     opacity: 1;
 }
 .label.removable-tag {