mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-10 16:26:35 +01:00
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:
parent
fa379607ee
commit
5c8523322b
3 changed files with 21 additions and 0 deletions
9
data/css/prefs.css
Normal file
9
data/css/prefs.css
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue