summaryrefslogtreecommitdiff
path: root/shell/style.css
blob: 4efeb9bc429b4c620411d4424e306e3451bbec4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.drag-handle {
  color: alpha(@theme_fg_color, 0.4);
}

.drag-handle:backdrop {
  color: alpha(@theme_unfocused_fg_color, 0.4);
}

.split-row  picture:disabled,
.illustrated-row picture:disabled {
  /* FIXME: This is a workaround to handle disabled pictures
   * see: https: //gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/814
   */
  opacity: 0.5;
}