[gnome-shell-sass] appDisplay: Include system actions in search results



commit 81c5a273cf2fa5ef8c05940665a077635ae019a4
Author: Rares Visalom <rares visalom gmail com>
Date:   Mon Aug 21 16:20:25 2017 +0300

    appDisplay: Include system actions in search results
    
    The way system actions are displayed in the search
    results is by appending them at the end of the list
    returned by the ApplicationProvider.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691900

 _common.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 071690e..60bf4cc 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1335,6 +1335,13 @@ StScrollBar {
   }
   //.app-display { spacing: 20px; }
 
+  .system-action-icon {
+    background-color: black;
+    color: white;
+    border-radius: 99px;
+    icon-size: 48px;
+  }
+
   .app-view-controls { //favorties | all toggle container
     padding-bottom: 32px;
   }


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