Skip to content

themes: Fix linked only-child button style

nana-4 requested to merge nana-4/gtk:fix/1294 into master

Since .linked > button:only-child lacked :dir(ltr|rtl), .linked > button:dir(ltr|rtl):last-child style got greater precedence than the direction-less :only-child.

Fixes #1294 (closed)

Merge request reports