[gnome-shell/gnome-3-34] theme: Add :active styling to message-close and media control buttons
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-34] theme: Add :active styling to message-close and media control buttons
- Date: Mon, 25 Nov 2019 16:13:07 +0000 (UTC)
commit 88e3dfa1048bd0dca752e9e7d03c9532050f56a0
Author: Joonas Henriksson <joonas henriksson gmail com>
Date: Sun Nov 24 20:44:47 2019 +0200
theme: Add :active styling to message-close and media control buttons
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/855
data/theme/gnome-shell-sass/_common.scss | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 1b84064037..3d0b1eb010 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1156,6 +1156,7 @@ StScrollBar {
.message-close-button {
color: lighten($fg_color, 15%);
&:hover { color: darken($fg_color, 10%); }
+ &:active { color: darken($fg_color, 20%); }
}
.message-media-control {
@@ -1165,6 +1166,7 @@ StScrollBar {
&:last-child:ltr { padding-right: 18px; }
&:last-child:rtl { padding-left: 18px; }
&:hover { color: darken($fg_color, 10%) }
+ &:active { color: darken($fg_color, 20%); }
&:insensitive { color: darken($fg_color,40%); }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]