Use gtk3 UI. Open Help - About and hover over the commit hash link. Bibisected with linux-64-25.8 to 924c7de80afa47a93705e5d073c35f2d81f4ed5a tdf#164393 [API CHANGE] Make the "Automatic" theme Customizable
Reproduced in Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6c7593e0366cb7705234960d555a451e27753725 CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded
On the Win back end vcl in a Dark os/DE color theme, on mouseover I do not see the link change height or color. Blue URL at size of other text in the dialog. Instead there is a tooltip popup holding the URL. It opens briefly light bg with light fg, but then receives a color adjustment of bg and fg. But no change to the URLs handling in the dialog. This all seems correct. Is GTK3 handled differently. Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 894563ee0e4032019623a97c313af3d833863b1f CPU threads: 28; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
At a first glance this seems no longer happening in master, but only due to commit https://cgit.freedesktop.org/libreoffice/core/commit/?id=295fee0f78c002ca20708fdfd57d52b0e4ce0d87 which has disabled theming by default. Setting the advanced config key `officecfg::Office::Common::Appearance::LibreOfficeTheme` to 1 makes this appear again.