[gnome-shell/wip/christopherdavis/nicer-avatars: 2/2] CSS: Add border around avatars
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/christopherdavis/nicer-avatars: 2/2] CSS: Add border around avatars
- Date: Tue, 22 Sep 2020 13:51:15 +0000 (UTC)
commit 498710c2ec4ea2b3297703a0e9a2ad1168c765aa
Author: Christopher Davis <brainblasted disroot org>
Date: Mon Sep 21 19:45:13 2020 -0700
CSS: Add border around avatars
Avatars in https://gitlab.gnome.org/Teams/Design/os-mockups/-/blob/master/lock-login/lock-screen.png
have a white circular border around them.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/379
data/theme/gnome-shell-sass/widgets/_misc.scss | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss
index aa543a0e53..96dd4d1dd7 100644
--- a/data/theme/gnome-shell-sass/widgets/_misc.scss
+++ b/data/theme/gnome-shell-sass/widgets/_misc.scss
@@ -9,6 +9,7 @@
background-size: contain;
color: $osd_fg_color;
border-radius: 99px;
+ border: 2px $osd_fg_color;
&:hover {
color: lighten($osd_fg_color,30%);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]