Actions
Patch #43008
closedDisplay icon-actions on hover with the same color as links
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
Updated by Marius BĂLTEANU 20 days ago
- Status changed from New to Resolved
- Target version changed from Candidate for next minor release to 6.0.7
Actions