Joseph Flatt
Joseph Flatt
Fixes https://github.com/backdrop/backdrop-issues/issues/4127
Thanks! Merged into 1.x and 1.23.x.
Closed and reopened to re-run the tests.
Thanks! Merged into 1.x.
I think the three main things are: I can't rearange the Items, it shrinks the font size of the little ones so that I can't read them unless I zoom...
Yes, that would be great.
I took a look at modifying the colors to be more accessible, however I ran into many issues where 2 or more elements were using the same color, and I...
Thanks to @BWPanda, @indigoxela, and @klonos. I have merged this into 1.x.
We should move the install hook to system.install since the setting is going to live in the System module. That way all the functionality that changes that setting lives in...
Currently, the Color module has a function called `color_get_info()` that wraps all the logic to get the settings from `color.inc` and all other code in the module uses that function...