At least since 20160518.n.0, the text in anaconda 'infobars' (the orange-backgrounded warnings that slide in at the bottom of the screen when something needs doing) is white, when it's intended to be black. This is likely caused by GTK+ 3.20 CSS changes. Proposing as an FE for Fedora 24 because it makes the text pretty hard to read and the fix will likely be fairly safe, and of course we can't fix this with an update as it's in the installer.
This bug was discussed at the 2016-06-06 blocker review meeting [1] and determined to be an AccptedFreezeException as fixing this now will alleviate trying to fix it with an update in the future. The fix for this should be easy and anything broken will be easy to spot. [1] https://meetbot.fedoraproject.org/fedora-blocker-review/2016-06-06/f24-blocker-review.2016-06-06-16.00.txt
According to https://developer.gnome.org/gtk3/stable/GtkInfoBar.html, "GtkInfoBar has a single CSS node with name infobar. The node may get one of the style classes .info, .warning, .error or .question, depending on the message type." and thus anaconda would apply a style to a particular message-type using something like: .warning { background-color: a color; color: another color; } 5affbbe5455f3805e3805e407719e793dad83b90 breaks this by overriding color with a .warning:backdrop selector.
(In reply to David Shea from comment #2) > According to https://developer.gnome.org/gtk3/stable/GtkInfoBar.html, > > "GtkInfoBar has a single CSS node with name infobar. The node may get one of > the style classes .info, .warning, .error or .question, depending on the > message type." > > and thus anaconda would apply a style to a particular message-type using > something like: > > .warning { > background-color: a color; > color: another color; > } > > 5affbbe5455f3805e3805e407719e793dad83b90 breaks this by overriding color > with a .warning:backdrop selector. First, the documentation does not say what you seem to be reading into it. Widget states still apply and selectors including states have higher specificity than those without. Second, why would the backdrop state be present ? The anaconda window is focused and active, is it not ?
This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.