[gtk/wip/jimmac/rounded-lists] Adwaita: typo
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/jimmac/rounded-lists] Adwaita: typo
- Date: Tue, 2 Oct 2018 15:07:14 +0000 (UTC)
commit 724adccd5e732cc7337f560cc6f3cdb51ef53a43
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Oct 2 17:06:41 2018 +0200
Adwaita: typo
gtk/theme/Adwaita/_common.scss | 2 +-
gtk/theme/Adwaita/gtk-contained-dark.css | 4 ++--
gtk/theme/Adwaita/gtk-contained.css | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 3cba4c061a..6e8497750d 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3673,7 +3673,7 @@ row {
/* non scrolled lists get a rounded corner */
&:first-child { border-radius: 3px 3px 0 0; }
&:last-child { border-radius: 0 0 3px 3px; }
- scrolledview &:first-child, scrolledview &:last-child { border-raidus: 0 }
+ scrolledview &:first-child, scrolledview &:last-child { border-radius: 0 }
}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index c59f58cf84..41e23fca90 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1576,7 +1576,7 @@ scrolledwindow junction:backdrop { border-image-source: linear-gradient(to botto
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
/********* Lists * */
-list { color: white; background-color: #232729; border-color: #1b1f20; border-radius: 6px; /* not for
scrolled lists though */ }
+list { color: white; background-color: #232729; border-color: #1b1f20; border-radius: 6px; /* rounded
borders for lists ...*/ /* ... not for scrolled lists though */ }
list:backdrop { background-color: #252a2c; border-color: #202425; }
@@ -1606,7 +1606,7 @@ row:first-child { border-radius: 3px 3px 0 0; }
row:last-child { border-radius: 0 0 3px 3px; }
-scrolledview row:first-child, scrolledview row:last-child { border-raidus: 0; }
+scrolledview row:first-child, scrolledview row:last-child { border-radius: 0; }
/********************* App Notifications * */
.app-notification, .app-notification.frame { padding: 10px; border-radius: 0 0 5px 5px; background-color:
rgba(28, 31, 32, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
background-clip: padding-box; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 3ef667da70..0755ff7297 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1596,7 +1596,7 @@ scrolledwindow junction:backdrop { border-image-source: linear-gradient(to botto
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
/********* Lists * */
-list { color: black; background-color: #ffffff; border-color: #b6b6b3; border-radius: 6px; /* not for
scrolled lists though */ }
+list { color: black; background-color: #ffffff; border-color: #b6b6b3; border-radius: 6px; /* rounded
borders for lists ...*/ /* ... not for scrolled lists though */ }
list:backdrop { background-color: #fcfcfc; border-color: #c0c0bd; }
@@ -1626,7 +1626,7 @@ row:first-child { border-radius: 3px 3px 0 0; }
row:last-child { border-radius: 0 0 3px 3px; }
-scrolledview row:first-child, scrolledview row:last-child { border-raidus: 0; }
+scrolledview row:first-child, scrolledview row:last-child { border-radius: 0; }
/********************* App Notifications * */
.app-notification, .app-notification.frame { padding: 10px; border-radius: 0 0 5px 5px; background-color:
rgba(28, 31, 32, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
background-clip: padding-box; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]