mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
2396265523
This is a property for icons, so we should name it as such.
12 lines
165 B
CSS
12 lines
165 B
CSS
GtkBox > :nth-child(1) {
|
|
-gtk-icon-effect: none;
|
|
}
|
|
|
|
GtkBox > :nth-child(2) {
|
|
-gtk-icon-effect: highlight;
|
|
}
|
|
|
|
GtkBox > :nth-child(3) {
|
|
-gtk-icon-effect: dim;
|
|
}
|