Skip to content

Commit

Permalink
Merge pull request #49 from SAP/UI
Browse files Browse the repository at this point in the history
UI --vscode style
  • Loading branch information
tomer-epstein authored Dec 9, 2019
2 parents 5e9e206 + 4f46b41 commit f9cd1e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
]
},
"scripts": {
"frontend": "npm run frontend:install && npm run frontend:build && npm run frontend:copy",
"frontend:install": "cd ../frontend && npm i",
"frontend:build": "cd ../frontend && npm run build",
"frontend:copy": "webpack --mode none --config copy.frontend.webpack.config.js",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,15 @@ export default {
#app {
height: 100%;
color: var(--vscode-foreground, #cccccc);
background-color: var(--vscode-panel-background, #303031);
background-color: var(--vscode-editor-inactiveSelectionBackground, #3a3d41);
font-family: var(--vscode-font-family);
font-weight: var(--vscode-font-weight);
font-size: var(--vscode-font-size);
}
html,
body {
height: 100%;
background-color: var(--vscode-panel-background, #303031);
background-color: var(--vscode-editor-inactiveSelectionBackground, #3a3d41);
padding: 0px;
}
.list-group-item.selected {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default {
padding-right: 0.5em;
padding-top: 0.2em;
padding-bottom: 0.2em;
background-color: var(--vscode-sideBar-background, #252526);
border-color: var(--vscode-sideBar-background, #252526);
background-color: var(--vscode-editorWidget-background, #252526);
border-color: var(--vscode-editorWidget-background, #252526);
color: var(--vscode-foreground, #cccccc);
cursor: default;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
border-width: 1px;
border-radius: 0px;
border-color: var(--vscode-list-activeSelectionForeground, white);
background-color: var(--vscode-notifications-border, #1e1e1e);
background-color: var(--vscode-editor-background, #1e1e1e);
}
.card.generator:hover:not(.selected) {
Expand Down

0 comments on commit f9cd1e9

Please sign in to comment.