From 3eba66d11df8a391d1dce717c023c38bdcea2648 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Oct 2014 13:28:54 -0400 Subject: [PATCH] Make touch-selection popovers font-inert Just like context menus, these should not inherit font settings from the text view they are attached to. --- gtk/resources/theme/Adwaita/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 72c56fabae..1de4681239 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -2827,6 +2827,7 @@ GtkVolumeButton.button { padding: 8px; } } /* Decouple the font of context menus from their entry/textview */ +.touch-selection, .context-menu { font: initial; }