gnome-shell: Use standard font size for the search-result-title class

The current size of the text is way bigger than what
we want now. The default front size is what we are
looking after, therefore no explicit value is needed
to specify the font size.

https://bugzilla.gnome.org/show_bug.cgi?id=749957
This commit is contained in:
Rares Visalom 2017-07-13 22:01:09 +03:00 committed by Florian Müllner
parent c1eaa8e52d
commit d4541a6f81
3 changed files with 1 additions and 3 deletions

View File

@ -1179,7 +1179,6 @@ StScrollBar {
spacing: 30px; }
.list-search-result-title {
font-size: 1.5em;
color: #e2e2df;
spacing: 12px; }

@ -1 +1 @@
Subproject commit 46963bc8e332cbe36a0791ed6345c48241d5c52a
Subproject commit bc295fecf53b090dc59dee82427d6aae34da0bff

View File

@ -1179,7 +1179,6 @@ StScrollBar {
spacing: 30px; }
.list-search-result-title {
font-size: 1.5em;
color: #e2e2df;
spacing: 12px; }