5195f6f92e
- Move the more generic %button style before %bubble_button to reduce ugly overrides. - Remove sizing factors from _drawing.scss to reduce ugly !importants. - Make the %bubble_button style more consistent. - Add missing focus styling to %notification_bubble. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
11 lines
143 B
SCSS
11 lines
143 B
SCSS
// hotplug
|
|
|
|
.hotplug-notification-item {
|
|
@extend %bubble_button;
|
|
}
|
|
|
|
.hotplug-notification-item-icon {
|
|
icon-size: 24px;
|
|
padding: 0 4px;
|
|
}
|