[gtk+/gtk-3-14] Make touch-selection popovers font-inert



commit 3eba66d11df8a391d1dce717c023c38bdcea2648
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 7 13:28:54 2014 -0400

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 72c56fa..1de4681 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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]