You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus rings in Chromium are determined by the Native theme, which can differ per-platform. Right now this seems to be the system setting for light theme, and hard-coded for dark / private theme.
We should change this to hard-coded for each / all themes since our spec specifies specific colors.
Separating this since we don't yet have any overriden Native Themes (dark or light, windows or linux or mac).
The text was updated successfully, but these errors were encountered:
Fixbrave/brave-browser#1190
In Chromium, this is specified in Native Theme, and overriden on macOS from the OS-level focus border color, but only for light theme (i.e. not incognito). In lieu of overriding all the Native Themes, this provides the 1 specific color to the FocusRing view. Whilst we may very well subclass all the Native Themes at some point, this is a pain-free way to get there for this feature of the design spec now.
Focus rings in Chromium are determined by the Native theme, which can differ per-platform. Right now this seems to be the system setting for light theme, and hard-coded for dark / private theme.
We should change this to hard-coded for each / all themes since our spec specifies specific colors.
Separating this since we don't yet have any overriden Native Themes (dark or light, windows or linux or mac).
The text was updated successfully, but these errors were encountered: