gtk3: stop rounding everything

Also remove the workaround for blur. It was needed for Firefox, but
at the end, it was disabled for Firefox.
This commit is contained in:
Vincent Bernat 2022-04-30 19:42:21 +02:00
parent b00f6b9a6b
commit 7ec90e619b

View file

@ -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;
}