[gnome-shell-sass] calendar: Only show section title for other days
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] calendar: Only show section title for other days
- Date: Wed, 1 Mar 2017 09:51:05 +0000 (UTC)
commit 7f6d89bfcd5fa1c4238eed83dcab75949df72a4d
Author: Florian Müllner <fmuellner gnome org>
Date: Mon Feb 27 19:48:34 2017 +0100
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
_common.scss | 6 +++---
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]