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