Project

General

Profile

Actions

Patch #43008

closed

Display icon-actions on hover with the same color as links

Added by Marius BĂLTEANU 21 days ago. Updated 20 days ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Before:

After:

diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index ca7c0df10..84b541c49 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1976,7 +1976,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
   flex-shrink: 0;
 }

-a.icon:hover .icon-svg, a.icon-only:hover .icon-svg {
+a.icon:hover .icon-svg, a.icon-only:hover .icon-svg, span.icon-actions:hover .icon-svg {
   stroke: #c61a1a;
 }

Files

Actions

Also available in: Atom PDF