forked from AuroraMiddleware/gtk
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:
parent
f93795d272
commit
0bf474e324
@ -2954,6 +2954,7 @@ GtkVolumeButton.button { padding: 8px; }
|
||||
}
|
||||
|
||||
/* Decouple the font of context menus from their entry/textview */
|
||||
.touch-selection,
|
||||
.context-menu {
|
||||
font: initial;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user