The other new icons (in package comments) behave the same way.

Signed-off-by: Marcel Korpel <[email protected]>
---
 web/html/css/aurweb.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index 56158d2..f5e1037 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -104,13 +104,13 @@
        top: 1px;
 }
 
-.delete-comment, .undelete-comment, .edit-comment, .pin-comment {
+.rss-icon, .delete-comment, .undelete-comment, .edit-comment, .pin-comment {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.6;
 }
 
-.delete-comment:hover, .undelete-comment:hover, .edit-comment:hover, 
.pin-comment:hover {
+.rss-icon:hover, .delete-comment:hover, .undelete-comment:hover, 
.edit-comment:hover, .pin-comment:hover {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
-- 
2.7.0

Reply via email to