Skip to content

theme: Restore flat bg-img on backdrop check/radio + copy button transition

Daniel Boles requested to merge dboles/theme-check-radio-backdrop-flat into main

In GTK3, check and radio nodes in the :backdrop state had their backdrop image removed/flattened, like 'normal' buttons. In GTK4 as of now, this does not happen. It is because _common.scss simply does not call check() with the :backdrop state, to generate CSS to flatten the bg-image when backdropped. This makes that happen, so indicators in backdrop go flat.

Merge request reports