mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
reftests: Avoid some deprecated css
alpha() is deprecated, replace it with a relative color.
This commit is contained in:
parent
0cff62335b
commit
29559deeeb
@ -1,7 +1,7 @@
|
||||
@import "reset-to-defaults.css";
|
||||
|
||||
window {
|
||||
color: alpha(currentColor, 0.0);
|
||||
color: color(from currentColor srgb r g b / 0);
|
||||
/* So we draw something */
|
||||
border: 1px solid rebeccapurple;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user