Be smarter about context menu fonts
Instead of hardcoding a font size, go back to the initial font.pull/63/head
parent
85ffb9bd70
commit
f029bf0fa6
|
@ -815,7 +815,7 @@ GtkComboBox .menu {
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu {
|
.context-menu {
|
||||||
font: regular;
|
font: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ubuntu software center menu */
|
/* ubuntu software center menu */
|
||||||
|
|
Loading…
Reference in New Issue