css/quick-settings: Update icon-button styles

- add an entire	flat style to button drawing function
- clean	up the icon button css in quick	settings
- adjust padding in QS sliders
- fixes #5918

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2510>
This commit is contained in:
Sam Hewitt
2022-10-13 14:21:17 -02:30
committed by Marge Bot
parent 76090c14eb
commit ea7b29e049
5 changed files with 32 additions and 29 deletions

View File

@ -198,7 +198,7 @@ var QuickSlider = GObject.registerClass({
this._menuButton = new St.Button({
child: new St.Icon({icon_name: 'go-next-symbolic'}),
style_class: 'icon-button',
style_class: 'icon-button flat',
can_focus: true,
x_expand: false,
y_expand: true,