[SG-39285] Remove style duplication caused by the forkedBranded.scss file
Created by: gitstart-sourcegraph
Descriptions
- Move
forkedBranded.scss
file in favor of thebranded.scss
import
Refs
Sourcegraph Issue GitStart Issue
Implimentation details
-
Rename client/branded/src/global-styles/index.scss
toclient/branded/src/global-styles/base.scss
-
Move @import './highlight';
frombase.scss
toclient/branded/src/global-styles/index.scss
-
client/vscode/src/webview/index.scss
should importclient/branded/src/global-styles/base.scss
instead offorkedBranded.scss
-
All style changes specific to the VSCode theme should be made in the client/vscode/src/webview/index.scss
Test plan
- The details above should be implemented
- The changes are vscode extension, just check if there no UI changes
App preview:
Check out the client app preview documentation to learn more.