feat: Improve accessibility contrast checks and add mroe padding to HSL color detection, b=no-bug, c=common, workspaces

This commit is contained in:
Mr. M
2025-07-10 02:30:51 +02:00
parent 1f4f88ac13
commit aabde4fb05
7 changed files with 41 additions and 22 deletions

View File

@@ -100,7 +100,13 @@
</defs>
</svg>
</box>
<html:input type="range" min="0.3" max="0.9" value="0.4" step="0.001" id="PanelUI-zen-gradient-generator-opacity" />
<html:input type="range" max="0.9" value="0.4" step="0.001" id="PanelUI-zen-gradient-generator-opacity"
#ifdef XP_MACOSX
min="0.3"
#else
min="0.25"
#endif
/>
</vbox>
<vbox id="PanelUI-zen-gradient-generator-texture-wrapper">
</vbox>