[gnome-shell-sass] theme: Increase border-radius of user list items
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Increase border-radius of user list items
- Date: Mon, 17 Feb 2020 23:35:20 +0000 (UTC)
commit 59685be30bf21d520ec4cd30bb1ebc0b5df6437c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 10 15:33:42 2020 -0300
theme: Increase border-radius of user list items
To keep consistency with the radius of other elements.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
widgets/_login-dialog.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_login-dialog.scss b/widgets/_login-dialog.scss
index b33dea3..284a53b 100644
--- a/widgets/_login-dialog.scss
+++ b/widgets/_login-dialog.scss
@@ -117,7 +117,7 @@
}
.login-dialog-user-list-item {
- border-radius: 5px;
+ border-radius: $base_border_radius + 4px;
padding: 6px;
color: darken($osd_fg_color,30%);
&:ltr .user-widget { padding-right: 1em; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]