Adwaita: Don't inherit font style to popover
authornana-4 <hnmaigo@gmail.com>
Mon, 2 Sep 2019 16:43:41 +0000 (01:43 +0900)
committernana-4 <hnmaigo@gmail.com>
Mon, 2 Sep 2019 16:43:41 +0000 (01:43 +0900)
https://gitlab.gnome.org/GNOME/gtk/issues/2061

gtk/theme/Adwaita/_common.scss

index 0432b2a24392b6f891d192e2dca4a06b7f693dbf..929861fa6a54198854cd451b8fbb7c4094905199 100644 (file)
@@ -2187,6 +2187,7 @@ menuitem {
 
 popover.background {
   background-color: transparent;
+  font: initial; // Decouple the font of popovers from their entry/textview
 
   > arrow,
   > contents {