After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760865 - Don't use deprecated pseudo classes in CSS
Don't use deprecated pseudo classes in CSS
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-01-19 21:26 UTC by Matthias Clasen
Modified: 2016-01-20 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use deprecated pseudo classes in CSS (2.01 KB, patch)
2016-01-19 21:26 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2016-01-19 21:26:49 UTC
Replace :prelight by :hover and :focused by :focus.
Also replace icon-shadow by -gtk-icon-shadow. This
prevents GTK+ from warning about these deprecated
pseudo classes and properties.
Comment 1 Matthias Clasen 2016-01-19 21:26:52 UTC
Created attachment 319385 [details] [review]
Don't use deprecated pseudo classes in CSS
Comment 2 Debarshi Ray 2016-01-20 07:44:39 UTC
Review of attachment 319385 [details] [review]:

Thanks, Matthias. I pushed it so that it is part of today's release.