iris icon indicating copy to clipboard operation
iris copied to clipboard

Gtk 3.18: Gnome Calendar

Open xyl0n opened this issue 9 years ago • 3 comments

Most of the buttons on Gnome Calendar are greyed out when selected.

xyl0n avatar Nov 25 '15 16:11 xyl0n

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 :(

xyl0n avatar Jan 21 '16 20:01 xyl0n

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

xyl0n avatar Feb 21 '16 00:02 xyl0n

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

xyl0n avatar Jul 28 '16 16:07 xyl0n