browser: codemod `browser-extension/after-install-page/AfterInstallPageContent` `browser-extension/options-menu/OptionsPage` `shared/code-hosts/*/style` `web/src/SourcegraphWebApp` components to CSS modules
Created by: gitstart-sourcegraph
Description:
This PR results from the global-css-to-css-modules codemod application with some manual fixes, caused by the usage of global CSS classes tied to a React component in other parts of the codebase.
Refs:
Success criteria:
The stylesheets in the following directories are converted to CSS modules.
-
client/browser/src/browser-extension/after-install-page/AfterInstallPageContent.scss -
client/browser/src/browser-extension/options-menu/OptionsPage.scss -
client/browser/src/shared/code-hosts/*/style.scss -
client/web/src/SourcegraphWebApp.scss — app__error and app__error-text classes.