omnidevZero / YouTubeRedux

Browser extension that focuses on restoring old YouTube layout within Polymer design (modern layout).
186 stars 11 forks source link

[Firefox issue] The text and the symbol of the subscribed button look brighter than it should. #128

Open LautaroL20 opened 1 year ago

LautaroL20 commented 1 year ago

In Firefox, the word "subscribed" and the "bell" symbol of the subscribed button looks brighter than it should.

Here is a comparison of how it currently looks, and how it should actually look:

208232493-21272f31-eb38-4f0e-aa63-e04390cb8d55

omnidevZero commented 1 year ago

Text and notification bell colors will be fixed in the upcoming update, however, the bell button's background will stay as it is, so brighter than the subs count. That's because functionality-wise it now makes sense since the text and the bell are now both a part of the same button invoking the same action and also because of the hacky way I used to move the bell button to the right edge of its container which makes modifying it separately quite painful now.