View Issue Details

IDProjectCategoryView StatusLast Update
0022338MMW 5Skinspublic2026-09-18 14:24
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0022338: Basic skin should use modern CSS color functions instead of LESS functions
DescriptionThe newer color functions and relative colors that are relatively recently added to CSS are more powerful than corresponding LESS functions. Most importantly, they are calculated dynamically, during run-time, instead of LESS colors that are static, calculated during compilation to CSS.

color-mix - Chrome 111 (https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix)
oklch - Chrome 111 (https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value/oklch)
using relative colors - https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Colors/Using_relative_colors

Most important to me, your interventions with LESS color functions on the basic skin in b3521 causes an error with my skin that previously worked fine. If you have used CSS color functions instead, I wouldn't have this problem.

By "basic skin" I mean the skin from the skin folder, not the skins from the skins folder like Material Design.
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.