From d9220045aa150083c54f573f84fc2cf3b084943a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 23 Aug 2021 13:56:08 +0200 Subject: [PATCH] gtk: remove unneeded CSS It seems this is not necessary anymore: titlebars don't have a radius anymore. --- dotfiles/gtk3.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dotfiles/gtk3.css b/dotfiles/gtk3.css index 15340ba..c89cdc4 100644 --- a/dotfiles/gtk3.css +++ b/dotfiles/gtk3.css @@ -31,14 +31,3 @@ entry, textview { -gtk-key-bindings: custom-text-entry; } - -.window-frame, .window-frame:backdrop { - box-shadow: 0 0 0 black; - border-style: none; - margin: 0; - border-radius: 0; -} - -.titlebar { - border-radius: 0; -}