[gnome-shell/wip/snwh/style-updates] theme: return removed spaces
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: return removed spaces
- Date: Fri, 31 Dec 2021 16:44:35 +0000 (UTC)
commit ccb5d69fcf9ea397b8cf6d4d7cdb064e3f1d0810
Author: Sam Hewitt <sam snwh org>
Date: Fri Dec 31 13:14:31 2021 -0330
theme: return removed spaces
data/theme/gnome-shell-sass/widgets/_app-grid.scss | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index 15eb7d63d8..81d605f388 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -44,22 +44,22 @@ $app_grid_fg_color: #fff;
background-color: $dash_background_color;
padding: 12px 0px 12px 0px;
- &.folder-name-container {
+ & .folder-name-container {
padding: 24px 36px;
spacing: 12px;
- &.folder-name-label,
- &.folder-name-entry {
+ & .folder-name-label,
+ & .folder-name-entry {
font-size: 18pt;
font-weight: 1000;
}
- &.folder-name-entry { width: 300px }
+ & .folder-name-entry { width: 300px }
/* FIXME: this is to keep the label in sync with the entry */
- &.folder-name-label { padding: 5px 7px; color: $osd_fg_color; }
+ & .folder-name-label { padding: 5px 7px; color: $osd_fg_color; }
- &.edit-folder-button {
+ & .edit-folder-button {
@extend %button;
padding: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]