iris
iris copied to clipboard
Gtk 3.18: Gnome Calendar
Most of the buttons on Gnome Calendar are greyed out when selected.
This happens because the app is using @theme_selected_bg_color to override everything for whatever reason which means I'd kind of have to restructure the entire theme to make it work :(
There is a way around this, kind of. In code we can refer to @bg_color etc. directly and make it so the @theme colors point to traditional values
RIGHT so with the new SASS port, the colours referred to in the code and the ones exported are different, so this issue will be fixed. I think the Calendar class also allows us to control the buttons and stuff