[gnome-shell-sass] theme/hotplug: Remove some dead code
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme/hotplug: Remove some dead code
- Date: Thu, 6 Feb 2020 20:50:32 +0000 (UTC)
commit 99bd05391ec153f86b91c9fefdf888f5ea36c728
Author: nana-4 <hnmaigo gmail com>
Date: Wed Jan 15 01:13:38 2020 +0900
theme/hotplug: Remove some dead code
Those style classes were removed about 5 years ago and no longer exist.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
widgets/_hotplug.scss | 33 ---------------------------------
1 file changed, 33 deletions(-)
---
diff --git a/widgets/_hotplug.scss b/widgets/_hotplug.scss
index 89dd266..203c920 100644
--- a/widgets/_hotplug.scss
+++ b/widgets/_hotplug.scss
@@ -1,10 +1,5 @@
// hotplug
-.hotplug-transient-box {
- spacing: 6px;
- padding: 2px 72px 2px 12px;
-}
-
.hotplug-notification-item {
@extend %bubble_button;
border: none; box-shadow: none;
@@ -16,31 +11,3 @@
icon-size: 24px;
padding: 2px 5px;
}
-
-.hotplug-resident-box { spacing: $base_spacing * 2; }
-
-.hotplug-resident-mount {
- spacing: $base_spacing * 2;
- border-radius: 4px;
- &:hover { background-color: $hover_bg_color; }
-}
-
-.hotplug-resident-mount-label {
- color: inherit;
- padding-left: 6px;
-}
-
-.hotplug-resident-mount-icon {
- icon-size: 24px;
- padding-left: 6px;
-}
-
-.hotplug-resident-eject-icon {
- icon-size: 16px;
-}
-
-.hotplug-resident-eject-button {
- padding: 7px;
- border-radius: 5px;
- color: pink;
-}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]