summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2020-09-21 19:45:13 -0700
committerChristopher Davis <brainblasted@disroot.org>2020-09-21 20:56:47 -0700
commit275a03d82f9d0b20bd6192a1f79e4aa2a60e8ee2 (patch)
tree3f10160146ca1b3ade72c77a7bbbef30272e2c97
parent82da51d5a113a039b54e6a061bf2aa72992fdcd9 (diff)
downloadgnome-shell-wip/christopherdavis/nicer-avatars.tar.gz
CSS: Add border around avatarswip/christopherdavis/nicer-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
-rw-r--r--data/theme/gnome-shell-sass/widgets/_misc.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss
index aa543a0e5..96dd4d1dd 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%);
}