[gnome-shell-sass] dash: Add separator between favorite and running apps
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] dash: Add separator between favorite and running apps
- Date: Wed, 3 Feb 2021 12:19:28 +0000 (UTC)
commit 229905170358696db8c13e3d6c2148d1a80af200
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jan 28 23:24:44 2021 +0100
dash: Add separator between favorite and running apps
Only the area used by favorite apps can be used as drop targets, it
is not possible to add new favorites between the running apps at the
end. While that behavior makes sense, it is currently impossible to
distinguish the two areas with confusing results.
Address this by adding a visual separator between favorites and
running apps.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1606>
widgets/_dash.scss | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/widgets/_dash.scss b/widgets/_dash.scss
index 8290130..5048383 100644
--- a/widgets/_dash.scss
+++ b/widgets/_dash.scss
@@ -30,6 +30,11 @@ $dash_border_radius: $modal_radius * 1.5;
padding: ($dash_spacing / 2) $dash_spacing;
}
+.dash-separator {
+ width: 1px;
+ background-color: transparentize($osd_fg_color,0.7);
+}
+
// OSD Tooltip
.dash-label {
background-color: transparentize($osd_bg_color,0.05);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]