gtk: disable shadows and radius to solve issue with Firefox menus

It works for tooltips, but not for menus.
This commit is contained in:
Vincent Bernat 2021-12-20 21:06:56 +01:00
parent 1a69ef4f6e
commit d36a098edc
2 changed files with 8 additions and 1 deletions

View file

@ -31,3 +31,11 @@ entry, textview
{
-gtk-key-bindings: custom-text-entry;
}
/* Don't use shadows, border radius, etc */
tooltip, menu {
margin: 0;
border-width: 0;
border-radius: 0;
box-shadow: none;
}

View file

@ -28,7 +28,6 @@ blur-method = "dual_kawase";
blur-strength = 3;
blur-background-exclude = [
"class_i = 'xss-dimmer'",
"_GTK_FRAME_EXTENTS@:c",
"window_type != 'dock' &&
window_type != 'tooltip' &&
window_type !*= 'menu' &&