gnome-shell: Use full round corners on quick-menu battery button

A pill shaped battery button looks more consistent on the first
quick-menu row, where rest of the buttons are circle icon-buttons.
This commit is contained in:
Joonas Henriksson 2022-12-17 18:55:21 +02:00
parent f6a2a247d1
commit 96c170fe83
No known key found for this signature in database
GPG Key ID: FAEDBC4FB5AA3B17
1 changed files with 2 additions and 0 deletions

View File

@ -3175,6 +3175,8 @@ $_screenshot_ui_panel_padding: 15px;
max-width: 12em;
min-height: 40px;
&:first-child { border-radius: 99px}
&:checked { @include button(default); }
& > StBoxLayout { spacing: 4px; }