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



commit d4541a6f818f712d4342e74320f800a39f8f2364
Author: Rares Visalom <rares visalom gmail com>
Date:   Thu Jul 13 22:01:09 2017 +0300

    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 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index a876f35..2632930 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 46963bc..bc295fe 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 ed1fabc..7edf4c5 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; }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]