mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
a06b1ea1ba
Images with just an aspect ratio, but without a size, should be scaled to be fully visible in the given area. But we scaled them to completely cover the given area, which made them partially invisible. Reftest included.
9 lines
140 B
CSS
9 lines
140 B
CSS
window {
|
|
background-image: -gtk-icontheme("edit-delete");
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#reference {
|
|
background-size: 24px 24px;
|
|
}
|