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); } }