[gnome-shell-sass] calendar: Add "Clear All" button to message list



commit e7d72f3d2dbc4ed6382a619b9c6abc1590a8144e
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Feb 26 03:34:07 2017 +0100

    calendar: Add "Clear All" button to message list
    
    We will eventually remove section titles from the message list to
    reduce visual noise and give the actual information provided by
    the messages more space. So in order to not lose the ability to
    mass-dismiss messages, the latest mockups spot a "Clear All" button
    at the bottom - implement that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775763

 _common.scss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 3aa120b..5073537 100644
--- a/_common.scss
+++ b/_common.scss
@@ -987,6 +987,12 @@ StScrollBar {
         width: 31.5em;
       }
 
+        .message-list-clear-button.button {
+          background-color: transparent;
+          &:hover,&:focus { background-color: lighten($bg_color,5%); }
+          margin: 1.5em 1.5em 0;
+        }
+
         .message-list-sections {
           spacing: 1.5em;
         }


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