GNOME Bugzilla – Bug 754292
thumbnails lost padding
Last modified: 2015-09-01 11:38:35 UTC
Created attachment 310269 [details] screenshot the thumbnails of the screenshots lost their padding it seems
Hm, the blue focus rectangle has disappeared as well. Looking into it now.
Looks like a fallout from gtk commit https://git.gnome.org/browse/gtk+/commit/?id=fbbad5deecb635af34a890a540e8e272b95c4d9b that added: GtkSidebarRow { // Needs overriding of the GtkListBoxRow padding @at-root .list-row { padding: 0px; } ... in the Adwaita scss, which translates to: .list-row { padding: 0px; } Adding Lapo to CC -- Lapo, do you know if this is how it's really supposed to be in Adwaita?
Uhm, the @at-root directive looks wrong there, I need to investigate, reporting asap.
Lapo fixed it in https://git.gnome.org/browse/gtk+/commit/?id=b8f4e943fe5368a708e3caa45ae95daa4862d499 and padding and focus indicators are nicely back in gnome-software now.