Skip to content

Commit

Permalink
gnome-shell: Fix network list items
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed Aug 31, 2022
1 parent 80fe772 commit 6418d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/gnome-shell/42/sass/_common.scss
Expand Up @@ -1657,7 +1657,7 @@ $window_close_button_padding: 0;

.nm-dialog-scroll-view {
border: 1px solid $borders_color;
padding: 5px;
padding: 0;
border-radius: 2px;
background-color: $base_color;
}
Expand All @@ -1670,6 +1670,7 @@ $window_close_button_padding: 0;

&:selected {
background-color: $selected_bg_color;
border-radius: 0;
color: $selected_fg_color;
}
&:hover {
Expand Down

0 comments on commit 6418d1e

Please sign in to comment.