theme: use 99px radius

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
This commit is contained in:
Sam Hewitt 2019-12-20 16:33:13 -05:00 committed by Florian Müllner
parent 29a561c0b1
commit 39b206d862

View File

@ -156,7 +156,7 @@ $app_grid_fg_color: #fff;
.system-action-icon {
background-color: rgba(0,0,0,0.8);
color: #fff;
border-radius: 50%;
border-radius: 99px;
icon-size: $app_icon_size * 0.5;
}