diff --git a/data/theme/gnome-shell-sass/widgets/_hotplug.scss b/data/theme/gnome-shell-sass/widgets/_hotplug.scss index 89dd26617..203c92021 100644 --- a/data/theme/gnome-shell-sass/widgets/_hotplug.scss +++ b/data/theme/gnome-shell-sass/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