Skip to content

Commit

Permalink
Fix #14 black border in dash on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
imarkoff committed Dec 31, 2023
1 parent 2212670 commit 7069441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/gnome-shell_css/apps.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
#dash .dash-background {
background-color: DASH-COLOR;
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
border: none; /* remove black border on ubuntu */
padding: 4px 2px 4px 2px;
border-radius: 21px;
}
Expand Down

0 comments on commit 7069441

Please sign in to comment.