quickSettings: Style arrow button instead of icon

Next commit will rotate the arrow icon, so it cannot hold the
rounded background style. Move that style to the parent StButton.
This commit is contained in:
Georges Basile Stavracas Neto 2022-08-22 18:40:46 -03:00
parent 1e9749a782
commit 235dd7be76
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@
&:ltr > StBoxLayout { padding-right: 0; }
&:rtl > StBoxLayout { padding-left: 0; }
& .quick-toggle-arrow {
& .quick-toggle-arrow-button {
background-color: transparentize($fg_color, 0.9);
padding: $base_padding $base_padding*1.75;

View file

@ -116,6 +116,7 @@ var QuickMenuToggle = GObject.registerClass({
style_class: 'quick-toggle-arrow',
icon_name: 'go-next-symbolic',
}),
style_class: 'quick-toggle-arrow-button',
x_expand: false,
y_expand: true,
});