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 cc953409d5
commit 3eba66d11d

View File

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