Skip to content

Commit

Permalink
Upgrade Cb sdk and css cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwal-pai77 committed Mar 18, 2024
1 parent 45b260e commit 5fb4f04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"axios": "^1.4.0",
"classnames": "^2.2.6",
"clsx": "^2.0.0",
"couchbase": "^4.2.8",
"couchbase": "^4.3.0",
"csv-parse": "^5.5.2",
"d3-hierarchy": "^1.1.9",
"d3-selection": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Tools/MdbMigrate/mdbMigrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const mdbMigrate = async (context: vscode.ExtensionContext) => {

const currentPanel = vscode.window.createWebviewPanel(
"dataMigrate",
"Data Migrate from MDB to Couchbase",
"Data Migration from MDB to Couchbase",
vscode.ViewColumn.One,
{
enableScripts: true,
Expand Down
19 changes: 0 additions & 19 deletions src/webViews/tools/mdbMigrate.webview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export const MdbMigrateWebview = async (buckets: string[]): Promise<string> => {
text-align: center;
}
.advanced-header {
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
Expand Down Expand Up @@ -191,13 +185,6 @@ export const MdbMigrateWebview = async (buckets: string[]): Promise<string> => {
background: #bb1117;
}
.advanced-header {
cursor: pointer;
font-weight: bold;
padding: 5px;
display: flex;
align-items: center;
}
.tooltip {
Expand Down Expand Up @@ -237,12 +224,6 @@ export const MdbMigrateWebview = async (buckets: string[]): Promise<string> => {
position: relative;
bottom: -2px;
}
input[type="checkbox"] {
width: 16px;
height: 16px;
vertical-align: middle;
}
</style>
</head>
Expand Down

0 comments on commit 5fb4f04

Please sign in to comment.