aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/ags/style/mixins/hidden.scss
blob: ea6a42c26d63d46a2dcdfcfb0385c4c0c5d1d20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@mixin hidden {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    -gtk-icon-transform: scale(0);

    * {
        background-color: transparent;
        background-image: none;
        border-color: transparent;
        box-shadow: none;
        -gtk-icon-transform: scale(0);
    }
}