mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
url_row: Remove dim-label on image
So it matches the usual patterns in the ecosystem.
This commit is contained in:
parent
ca96e2da0d
commit
dc57c2d05c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue