Hi Felix, I have been checking this and the color for the text of the active button is almost white: #f6f6f6 [1] and it is there for ~4 years now [2] Changing it to #fff (white) or #000 (black) does not make too much difference in my opinion. See [3]
seems as if the Next button is colored to indicate something else needs to be done before it can be selected to proceed
Are you referring to the highlight in buttons when they get the focus? I mean, the small, blue?, semi-transparent, and dot-bordered rectangle wrapping the text. After doing some tests, I could check that it is somehow influencing in the text contrast of the active and focused button[4]. However, I think it is not changing it drastically, and I wouldn't say that the button looks blocked or waiting until something else is done. Anyway, I tried to get rid of it by setting the "outline:" QSS property to "none" for "QPushButton:focus, QPushButton:focus:default" QSS rules[5]. It makes the job, but it is not an option since it's dropping an important aid to know which button has the focus (not all of them gets green). See [6][7] So, at this point I can't help much more, but at least there are some hints for others to play around. Nevertheless, I encourage you to either, fill a bug report in https://bugzilla.opensuse.org or an issue in https://github.com/openSUSE/branding for reaching out more and/or different audience. Regards. [1] https://github.com/openSUSE/branding/blob/aa73410321dc884cdd60060bfdd8606d76... [2] https://github.com/openSUSE/branding/commit/f89ec557f931289fde3edfe79a659ddd... - (click on "Load diff" for "yast/installation.qss" to see all QSS changes done for the installation theme) [3] https://gist.github.com/dgdavid/e42d16136b2290e4360b0369e0b4d665#gistcomment... [4] https://gist.github.com/dgdavid/e42d16136b2290e4360b0369e0b4d665#gistcomment... [5] https://github.com/openSUSE/branding/blob/aa73410321dc884cdd60060bfdd8606d76... [6] https://gist.github.com/dgdavid/e42d16136b2290e4360b0369e0b4d665#gistcomment... [7] https://gist.github.com/dgdavid/e42d16136b2290e4360b0369e0b4d665#gistcomment... -- David Díaz YaST Team at SUSE LINUX GmbH IRC: dgdavid