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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
When tabs are created and $mdThemingProvider.alwaysWatchTheme(true) is used, the tabs' titles transition from black to white, which is very uneasy on the eyes: Plunker
This doesn't happen when using $mdThemingProvider.alwaysWatchTheme(false) or when not calling this method at all.
I'm not much of a CSS wizard, so I'm not really able to provide a fix.
The text was updated successfully, but these errors were encountered:
PaulMougel
changed the title
mdTabs: text transitions to black when using $mdThemingProvider.alwaysWatchTheme
mdTabs: text transitions from black when using $mdThemingProvider.alwaysWatchTheme
Dec 23, 2014
When tabs are created and
$mdThemingProvider.alwaysWatchTheme(true)
is used, the tabs' titles transition from black to white, which is very uneasy on the eyes:Plunker
This doesn't happen when using
$mdThemingProvider.alwaysWatchTheme(false)
or when not calling this method at all.Affects Chrome, Safari and Firefox.
Can, be traced to d1d58bc (cc @robertmesserle).
I'm not much of a CSS wizard, so I'm not really able to provide a fix.
The text was updated successfully, but these errors were encountered: