summaryrefslogtreecommitdiff
path: root/data/theme/gnome-shell-sass/widgets/_notifications.scss
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-02-05 01:07:04 +0900
committerFlorian Müllner <florian.muellner@gmail.com>2020-02-06 20:31:42 +0000
commit62441ebeb4cea208f643cd2914787cb59fdf9d27 (patch)
treecd568d374524928a95a7467ab2ab3b9d2b43c510 /data/theme/gnome-shell-sass/widgets/_notifications.scss
parent051f081db7f71de3f6dda68b65d2c4714dbc9142 (diff)
downloadgnome-shell-62441ebeb4cea208f643cd2914787cb59fdf9d27.tar.gz
theme/notifications: Remove some unused style classes
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957
Diffstat (limited to 'data/theme/gnome-shell-sass/widgets/_notifications.scss')
-rw-r--r--data/theme/gnome-shell-sass/widgets/_notifications.scss15
1 files changed, 1 insertions, 14 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_notifications.scss b/data/theme/gnome-shell-sass/widgets/_notifications.scss
index 4bcbb68a3..cc6937964 100644
--- a/data/theme/gnome-shell-sass/widgets/_notifications.scss
+++ b/data/theme/gnome-shell-sass/widgets/_notifications.scss
@@ -27,17 +27,6 @@ $notification_banner_width: 34em;
color: $fg_color;
}
- .notification-icon {
- padding: 5px;
- }
-
- .notification-content {
- padding: 5px;
- spacing: 5px;
- }
-
- .secondary-icon { icon-size: $base_icon_size; }
-
.notification-actions {
padding-top: 0;
spacing: 0;
@@ -63,8 +52,6 @@ $notification_banner_width: 34em;
border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%;
}
-.secondary-icon { icon-size: $base_icon_size; }
-
// chat bubbles
.chat-body { spacing: 5px; }
.chat-response { margin: 5px; }
@@ -87,4 +74,4 @@ $notification_banner_width: 34em;
font-weight: bold;
color: lighten($fg_color,18%);
&:rtl { padding-left: 0; padding-right: 4px; }
-} \ No newline at end of file
+}