Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
273 stars 48 forks source link

fix(css): scope css color variables to pocket extension class name #271

Closed anthony-liddle closed 2 years ago

anthony-liddle commented 2 years ago

Goal

Fixes issue https://github.com/Pocket/extension-save-to-pocket/issues/270

Todos:

Implementation Decisions

Colors are still included on global, but scoped specifically to class names so there wouldn't be any style-bleed.

Removed the globalVariables and the globalReset variables from options.js because they are automatically included in options.html with the build css file: /assets/pocket-save-extension.css

anthony-liddle commented 2 years ago

Submitted to the Chrome store for review. Will merge once it has launched.