Skip to content

Commit

Permalink
fix: Also hide dot in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Dec 1, 2021
1 parent b39a3ef commit a590c2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ var CosmicAppIcon = GObject.registerClass({
this.icon.x_expand = true;
this.icon.y_expand = true;

this._dot.opacity = 0;

// Vertically center label in available space
this.icon.label.y_expand = true;

Expand Down
4 changes: 4 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
background-color: #36322f;
}

.cosmic-applications-dialog .app-well-app-running-dot {
background-color: transparent;
}

.cosmic-applications-box {
spacing: 12px;
}
Expand Down

0 comments on commit a590c2a

Please sign in to comment.