lookingGlass: Fix visual papercuts
- change icon size to 16px - give those icons a buttonized style Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2156>
This commit is contained in:
parent
a92f749daf
commit
d9f3596592
@ -16,6 +16,14 @@
|
|||||||
padding: $base_padding;
|
padding: $base_padding;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
spacing: $base_spacing;
|
||||||
|
|
||||||
|
.lg-toolbar-button {
|
||||||
|
padding: $base_padding $base_padding*2;
|
||||||
|
@extend %button;
|
||||||
|
|
||||||
|
& > StIcon { icon-size: $base_icon_size; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels {
|
.labels {
|
||||||
|
@ -1268,7 +1268,6 @@ class LookingGlass extends St.BoxLayout {
|
|||||||
style_class: 'lg-toolbar-button',
|
style_class: 'lg-toolbar-button',
|
||||||
child: new St.Icon({
|
child: new St.Icon({
|
||||||
icon_name: 'find-location-symbolic',
|
icon_name: 'find-location-symbolic',
|
||||||
icon_size: 24,
|
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
toolbar.add_actor(inspectButton);
|
toolbar.add_actor(inspectButton);
|
||||||
@ -1289,7 +1288,6 @@ class LookingGlass extends St.BoxLayout {
|
|||||||
style_class: 'lg-toolbar-button',
|
style_class: 'lg-toolbar-button',
|
||||||
child: new St.Icon({
|
child: new St.Icon({
|
||||||
icon_name: 'user-trash-full-symbolic',
|
icon_name: 'user-trash-full-symbolic',
|
||||||
icon_size: 24,
|
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
toolbar.add_actor(gcButton);
|
toolbar.add_actor(gcButton);
|
||||||
|
Loading…
Reference in New Issue
Block a user