[gnome-shell/wip/snwh/style-updates: 86/100] theme: style app folder button appropriately
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates: 86/100] theme: style app folder button appropriately
- Date: Thu, 13 Jan 2022 19:08:38 +0000 (UTC)
commit 0ab5ae4c6dedf8cc8accddd52e3a28ebe681144d
Author: Sam Hewitt <sam snwh org>
Date: Mon Jan 3 14:00:47 2022 -0330
theme: style app folder button appropriately
data/theme/gnome-shell-sass/widgets/_app-grid.scss | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index c0e4862f84..098e3ab359 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -60,13 +60,16 @@ $app_grid_fg_color: #fff;
& .folder-name-label { padding: 5px 7px; color: $osd_fg_color; }
& .edit-folder-button {
- @extend %button;
-
+ @include button(undecorated, $shadow: none);
padding: 0;
width: 36px;
height: 36px;
border-radius: 18px;
+ &:focus {@include button(focus);}
+ &:hover {@include button(hover);}
+ &:active {@include button(active);}
+
& > StIcon { icon-size: $base_icon_size }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]