summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-02-26 03:34:07 +0100
committerFlorian Müllner <fmuellner@gnome.org>2017-02-27 22:28:50 +0100
commite7d72f3d2dbc4ed6382a619b9c6abc1590a8144e (patch)
tree8dab1c11a24e518eaff03b280ae0bc32becc9d75
parent2af71071ae2f4e4e89851dee93befd5007d4d693 (diff)
downloadgnome-shell-sass-e7d72f3d2dbc4ed6382a619b9c6abc1590a8144e.tar.gz
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
-rw-r--r--_common.scss6
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;
}