summaryrefslogtreecommitdiff
path: root/testsuite/reftests/icon-effect-missing.css
blob: 286b56e7855bbb47788c17f1f66ed827048100f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
* {
  -gtk-icon-filter: none;
}

:nth-child(2) {
  -gtk-icon-filter: opacity(0.5);
}

:nth-child(3) {
  -gtk-icon-filter: brightness(1.2);
}