From d4541a6f818f712d4342e74320f800a39f8f2364 Mon Sep 17 00:00:00 2001 From: Rares Visalom Date: Thu, 13 Jul 2017 22:01:09 +0300 Subject: [PATCH] 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 --- data/theme/gnome-shell-high-contrast.css | 1 - data/theme/gnome-shell-sass | 2 +- data/theme/gnome-shell.css | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index a876f357d..2632930f9 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -1179,7 +1179,6 @@ StScrollBar { spacing: 30px; } .list-search-result-title { - font-size: 1.5em; color: #e2e2df; spacing: 12px; } diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index 46963bc8e..bc295fecf 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 46963bc8e332cbe36a0791ed6345c48241d5c52a +Subproject commit bc295fecf53b090dc59dee82427d6aae34da0bff diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index ed1fabc90..7edf4c5e1 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1179,7 +1179,6 @@ StScrollBar { spacing: 30px; } .list-search-result-title { - font-size: 1.5em; color: #e2e2df; spacing: 12px; }