Learning_GTK4_tree/testsuite/css/parser/opacity.ref.css
2023-12-12 11:36:42 +01:00

23 lines
143 B
CSS

a {
opacity: initial;
}
b {
opacity: inherit;
}
c {
opacity: unset;
}
d {
opacity: 1;
}
e {
opacity: 0.5;
}
f {
opacity: 0;
}