Skip to content

3.4.7

Latest

Choose a tag to compare

@Firnschnee Firnschnee released this 24 Jul 08:17

The small badge glyphs on urlbar results - the bookmark star, the pin on pinned searches - have been rendering in context-fill's default black since the Nova redesign, because the colour channel that should feed them is dead on that path: even Nova's own attention amber never arrives. Every polite fix failed. Ancestor selectors don't match because the extended result list re-parents outside #urlbar, and a winning fill with an explicitly opened context-properties channel changed exactly nothing. So FoxOne stops asking the fill plumbing for permission.

Fixed

  • Bookmark star and pinned-search pin badges on urlbar results now render in Gruvbox amber. The glyph's own SVG is reused as a mask (shape only) with the colour painted underneath - immune to whatever Nova does or doesn't do with context-fill.

Notes

  • The masks load from chrome://browser/skin/; should Mozilla ever move those icons, the fallback is inlining them as data-URIs (the translations-icon precedent from 3.4.4).
  • As always, this applies to the supported browser.nova.enabled=true configuration.