summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/themes/_shared-base.scss
blob: 934eeda1ddcf7312cea492687c89f166f5bd67f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import 'definitions';

// HdyComboRow

popover.combo list {
  min-width: 200px;
}

window.csd.unified:not(.solid-csd) {
  // Since corners are masked, there's no need for round corners anymore
  &, headerbar {
    border-radius: 0;
  }
}

.windowhandle {
  &, & * {
    // This is the most reliable way to enable window dragging
    -GtkWidget-window-dragging: true;
  }
}