toggl / track-extension

Toggl Track browser extension for Chrome and Firefox
http://toggl.github.io/track-extension
Apache License 2.0
1.1k stars 569 forks source link

Github fonts #1396

Open almirbi opened 5 years ago

almirbi commented 5 years ago

🐛 Describe the ~bug~

The fonts on the toggl button popup on github for choosing projects and the one in webapp do not match. Seems like the ones in Toggl button are bolder Webapp

Screen Shot 2019-05-08 at 11 38 00 AM

Button (github) Screen Shot 2019-05-08 at 10 37 41 AM

Steps to reproduce

Steps to reproduce the behaviour:

  1. Go to github.com
  2. Find an issue or PR
  3. Click start timer
  4. Click project dropdown
tcrammond commented 5 years ago

Unfortunately we get styles leaking in the content script pages. Need to heighten the specificity of our own styles until a time where we can use shadow DOM 😬