[gnome-software/wip/cdavis/revert-theming-changes] Revert "Theme: semantic changes and visbility improvements"
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/cdavis/revert-theming-changes] Revert "Theme: semantic changes and visbility improvements"
- Date: Wed, 10 Feb 2021 21:37:23 +0000 (UTC)
commit 56337dbb0feacae686e11684f92c519f0c86dd36
Author: Christopher Davis <brainblasted disroot org>
Date: Wed Feb 10 13:36:25 2021 -0800
Revert "Theme: semantic changes and visbility improvements"
This reverts commit 3403d0fac541d323166fdd3048f3b7cae47dbb19.
These items were already the intended color.
Fixes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1135
src/gtk-style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index faedd5448..557c435f7 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -10,7 +10,7 @@
}
.installed-icon {
- color: @success_color;
+ color: @theme_selected_bg_color;
}
.popular-installed-overlay-box {
@@ -445,7 +445,7 @@ flowboxchild {
/* for the review dialog */
.star-enabled,
.star-enabled:disabled {
- color: @theme_fg_color;
+ color: shade(@theme_fg_color, 0.8);
}
.star-disabled,
.star-disabled:disabled {
@@ -455,7 +455,7 @@ flowboxchild {
.counter-label {
text-shadow: none;
color: @theme_selected_fg_color;
- background-color: @success_color;
+ background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
font-size: smaller;
border-radius: 4px;
padding: 0px 4px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]