File: GridView.scss

package info (click to toggle)
granite-7 7.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,892 kB
  • sloc: xml: 86; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
gridview {
    border-spacing: 1rem;
    padding: 1rem;

    &.view {
        background-color: bg-color(1);
    }

    child.activatable {
        @extend .model;

        &:selected {
            @extend selection;
        }
    }

    rubberband {
        @extend selection;
        @include border-interactive-roundrect;
    }
}