[gnome-shell] 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] theme: Add :active styling to message-close and media control buttons
- Date: Mon, 25 Nov 2019 16:11:18 +0000 (UTC)
commit 42eb9f4a28eb65142e7e99a25403dd8ba353dcff
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 cd6eea7d94..6a82a18a67 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1155,6 +1155,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 {
@@ -1164,6 +1165,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]