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
This commit is contained in:
parent
ebf6e75b5e
commit
7ed39f7905
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user