Actions
Feature #43280
openImprove visual distinction of link presence in SVG icons
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Right now, SVG icons are shown in the same blue color as link text, so it is hard to recognize whether an icon is actually a link.
This patch changes the colors: non-link icons will be dark gray (oc-gray-8), slightly lighter than the body text, while link icons will remain blue (oc-blue-9). This makes it easier to see which icons can be clicked.
Before:
After:
Files
Updated by Mizuki ISHIKAWA 1 day ago
+1
It's inconvenient when you can't tell whether it's a link until you hover over it. I think this is a very good change.
Updated by Go MAEDA about 15 hours ago
- File ajust-icon-color-without-link.patch ajust-icon-color-without-link.patch added
- File deleted (
ajust-icon-color-without-link.patch)
Updated the patch.
The value of the fill
property for svg.icon-svg-filled
selector should be var(--oc-gray-8)
instead of var(--oc-gray-9)
.
Actions