From e0007f757889ca7cab18b902d6380383e9092273 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 24 Mar 2025 17:34:33 +0200 Subject: [PATCH] style(next)/floating buttons/backlink counter: fix rounded corners on hover --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index ee99f766d..871920c78 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1439,7 +1439,7 @@ div.floating-buttons-children .close-floating-buttons:has(.close-floating-button .backlinks-widget .backlinks-ticker { height: 100%; padding: 0 10px; - border-radius: 0; + border-radius: var(--border-radius); background: transparent; user-select: none; }