From a590c2a2dafb600f5fd60f585a17f39e5d0d4f2b Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 1 Dec 2021 10:14:32 -0800 Subject: [PATCH] fix: Also hide dot in search results --- applications.js | 2 -- stylesheet.css | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/applications.js b/applications.js index 2831284..e9381ec 100644 --- a/applications.js +++ b/applications.js @@ -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; diff --git a/stylesheet.css b/stylesheet.css index 40537a7..831c183 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,6 +2,10 @@ background-color: #36322f; } +.cosmic-applications-dialog .app-well-app-running-dot { + background-color: transparent; +} + .cosmic-applications-box { spacing: 12px; }