summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-08-08 12:08:26 +0200
committerFlorian Müllner <fmuellner@gnome.org>2023-02-14 17:11:25 +0100
commit103673ef3b4e4e8fd5507b2506ceb4680d4c5c38 (patch)
tree965b907827e3a934445338aad20669ad6cdb839d
parent029e8e9ea70e1cba22112ed441eda49bbdbdb4aa (diff)
downloadgnome-shell-sass-103673ef3b4e4e8fd5507b2506ceb4680d4c5c38.tar.gz
status/bluetooth: Add device menu
The new quick toggle gives us a good place for exposing connected and connectable devices. This was part of the original mockups, but didn't make the cut for GNOME 43 due to time constraints. https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/178 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2501>
-rw-r--r--widgets/_quick-settings.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/_quick-settings.scss b/widgets/_quick-settings.scss
index 89312b3..0064aee 100644
--- a/widgets/_quick-settings.scss
+++ b/widgets/_quick-settings.scss
@@ -137,4 +137,15 @@
.wireless-secure-icon { icon-size: 0.5 * $base_icon_size; }
}
+.bt-device-item {
+ .popup-menu-icon { -st-icon-style: symbolic; }
+}
+
+.bt-menu-placeholder {
+ @extend %title_4;
+ text-align: center;
+
+ padding: 2em 4em;
+}
+
.device-subtitle { color: transparentize($fg_color, 0.5); }