mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
47d4b06eca
The test did not draw anything, which fails now.
12 lines
182 B
CSS
12 lines
182 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
window {
|
|
color: alpha(currentColor, 0.0);
|
|
/* So we draw something */
|
|
border: 1px solid rebeccapurple;
|
|
}
|
|
|
|
#reference {
|
|
color: transparent;
|
|
}
|