Update: Improve drag handle styling by using GNOME Settings style

This also finally makes the style `<class name="drag-handle"/>` in
`prefs-box-order-item-row.ui` actually do something.
This commit is contained in:
June 2023-04-20 12:33:30 +02:00
commit 5c8523322b
No known key found for this signature in database
GPG key ID: 094C2AC34192FA11
3 changed files with 21 additions and 0 deletions

9
data/css/prefs.css Normal file
View file

@ -0,0 +1,9 @@
/* Taken from: https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/43.5/shell/style.css */
.drag-handle {
color: alpha(@theme_fg_color, 0.4);
}
.drag-handle:backdrop {
color: alpha(@theme_unfocused_fg_color, 0.4);
}