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; }

View File

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