Skip to content

CSS: Fix wrong color on gedit-document-panel row button hover

reptofrog requested to merge (removed):patch-1 into master
Before After
before after

Row buttons inherit previously set color rules on button:hover so using currentColor has no effect.

Using @theme_fg_color instead makes them appear as they appear when no color:alpha(.. is set.

Merge request reports