url_row: Remove dim-label on image

So it matches the usual patterns in the ecosystem.
This commit is contained in:
Maximiliano Sandoval R 2023-09-13 23:46:55 +02:00
parent ca96e2da0d
commit dc57c2d05c
Failed to generate hash of commit

View file

@ -45,7 +45,6 @@ mod imp {
}));
let image_suffix = gtk::Image::from_icon_name("link-symbolic");
image_suffix.add_css_class("dim-label");
image_suffix.set_accessible_role(gtk::AccessibleRole::Presentation);
obj.add_suffix(&image_suffix);
}