summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-02-27 19:48:34 +0100
committerFlorian Müllner <fmuellner@gnome.org>2017-02-27 22:28:50 +0100
commit7f6d89bfcd5fa1c4238eed83dcab75949df72a4d (patch)
tree54a856154c391f4f7d244b06ba6b80d8494e28ea
parent8001b92b5ef26cb8ea5674c72beed6a4a6439e89 (diff)
downloadgnome-shell-sass-7f6d89bfcd5fa1c4238eed83dcab75949df72a4d.tar.gz
calendar: Only show section title for other days
The section titles usually don't provide a lot of value - messages themselves are usually pretty unambiguous about their type, and having a hidden shortcut to some settings panel or application isn't essential either - except when showing the selected date when browsing other days, as it adds context to the listed events. Based on that, remove the section title as a general MessageListSection feature and move it into the EventsSection, where we only show it when it is useful. https://bugzilla.gnome.org/show_bug.cgi?id=775763
-rw-r--r--_common.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/_common.scss b/_common.scss
index d2bfc4a..e188697 100644
--- a/_common.scss
+++ b/_common.scss
@@ -855,7 +855,7 @@ StScrollBar {
.datemenu-today-button,
.world-clocks-button,
.weather-button,
- .message-list-section-title {
+ .events-section-title {
border-radius: 4px;
padding: .4em;
}
@@ -871,7 +871,7 @@ StScrollBar {
.datemenu-today-button,
.world-clocks-button,
.weather-button,
- .message-list-section-title {
+ .events-section-title {
&:hover,&:focus { background-color: lighten($bg_color,5%); }
&:active {
color: lighten($selected_fg_color,5%);
@@ -888,7 +888,7 @@ StScrollBar {
.world-clocks-header,
.weather-header,
- .message-list-section-title {
+ .events-section-title {
color: darken($fg_color,40%);
font-weight: bold;
}