style: Fix border on quick settings button

- fixes #6832

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2823>
This commit is contained in:
Sam Hewitt 2023-07-18 10:40:44 -02:30 committed by Marge Bot
parent fd417420e8
commit 965e7bf679

View File

@ -59,6 +59,7 @@
& .quick-toggle-arrow {
padding: $base_padding $base_padding*1.75;
border-width: 0;
border-color: transparentize($fg_color, .75);
&:checked {
@include button(default, $c:$selected_bg_color);