mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
1e9749a782
commit
235dd7be76
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue