gtk: remove unneeded CSS

It seems this is not necessary anymore: titlebars don't have a radius anymore.
This commit is contained in:
Vincent Bernat 2021-08-23 13:56:08 +02:00
parent 41dba59ce2
commit d9220045aa

View file

@ -31,14 +31,3 @@ entry, textview
{ {
-gtk-key-bindings: custom-text-entry; -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;
}