mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
This also finally makes the style `<class name="drag-handle"/>` in `prefs-box-order-item-row.ui` actually do something.
10 lines
229 B
CSS
10 lines
229 B
CSS
/* 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);
|
|
}
|