Make touch-selection popovers font-inert

Just like context menus, these should not inherit font
settings from the text view they are attached to.
This commit is contained in:
Matthias Clasen 2014-10-07 13:28:54 -04:00
parent f93795d272
commit 0bf474e324

View File

@ -2954,6 +2954,7 @@ GtkVolumeButton.button { padding: 8px; }
}
/* Decouple the font of context menus from their entry/textview */
.touch-selection,
.context-menu {
font: initial;
}