7ed39f7905
Those style classes were removed about 5 years ago and no longer exist. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
14 lines
242 B
SCSS
14 lines
242 B
SCSS
// hotplug
|
|
|
|
.hotplug-notification-item {
|
|
@extend %bubble_button;
|
|
border: none; box-shadow: none;
|
|
padding: 2px 10px;
|
|
&:focus { padding: 1px 71px 1px 11px; }
|
|
}
|
|
|
|
.hotplug-notification-item-icon {
|
|
icon-size: 24px;
|
|
padding: 2px 5px;
|
|
}
|