[gnome-software/wip/exalm/style-cleanups: 11/25] style: Use .caption instead of .app-row-installed-label
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/exalm/style-cleanups: 11/25] style: Use .caption instead of .app-row-installed-label
- Date: Tue, 9 Nov 2021 19:11:10 +0000 (UTC)
commit 6e5b47488f3ca17160a3e88cc905034c79d4d61d
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Nov 9 18:20:23 2021 +0500
style: Use .caption instead of .app-row-installed-label
For some reason it was also reducing contrast in high contrast... Probably
a lefover.
src/gs-app-row.ui | 2 +-
src/gtk-style-hc.css | 4 ----
src/gtk-style.css | 4 ----
3 files changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 034606f6e..c33ff54df 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -156,7 +156,7 @@
<property name="valign">center</property>
<property name="label" translatable="yes">Installed</property>
<style>
- <class name="app-row-installed-label"/>
+ <class name="caption"/>
</style>
</object>
</child>
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index 421ed5e7f..564ce912d 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -4,10 +4,6 @@
text-shadow: none;
}
-.app-row-installed-label {
- color: #999999;
-}
-
.category-tile:not(.category-tile-iconless) {
box-shadow: inset 0 0 0 1px alpha(@card_fg_color, .5);
}
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 9712935a7..c7d826347 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -10,10 +10,6 @@
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
-.app-row-installed-label {
- font-size: smaller;
-}
-
screenshot-carousel > box {
border-width: 1px 0;
padding: 12px 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]