Files
firefox-csshacks/chrome/button_effect_scale_onclick.css
MrOtherGuy a1d2c40ea5 button effect scale on click: don't transform .tab-close-button
Transforming the <image> element causes it to become smaller, and thus
to not trigger click event if the button was clicked near the edge.

This patch makes us scale tab close button by instead changing its
padding which just makes the icon smaller during :active.

This fixes #526
2025-03-13 17:16:17 +02:00

1.5 KiB