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