From 7ec90e619b4b537c7b2919db23ddb77f0f87e351 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Apr 2022 19:42:21 +0200 Subject: [PATCH] gtk3: stop rounding everything Also remove the workaround for blur. It was needed for Firefox, but at the end, it was disabled for Firefox. --- dotfiles/gtk3.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/gtk3.css b/dotfiles/gtk3.css index c817436..e4d5ee5 100644 --- a/dotfiles/gtk3.css +++ b/dotfiles/gtk3.css @@ -32,10 +32,6 @@ entry, textview -gtk-key-bindings: custom-text-entry; } -/* Don't use shadows, border radius, etc */ -tooltip, menu { - margin: 0; - border-width: 0; +tooltip, menu, popover > contents { border-radius: 0; - box-shadow: none; }