From 9e29d0c0400342d3ddec96f1b7ca65f35be3e65f Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 18 Aug 2025 12:45:04 +0200 Subject: [PATCH] LibWeb: Make button layout wrappers inherit styles correctly There are some nuances to creating these wrappers, such as manually propagating certain text styles that are not inherited by default. We already have the logic for this in `NodeWithStyle::create_anonymous_wrapper()`, so reuse that method in our implementation of the button layout. Fixes applying certain text styles (such as `text-decoration`) to the text of a ` +