Skip to content

Commit

Permalink
Merge pull request #1762 from jdi-testing/issue_1760-background-fixes
Browse files Browse the repository at this point in the history
Issue 1760: background fixes
  • Loading branch information
Iogsotot authored Aug 1, 2024
2 parents 2fc9924 + a9c6ee4 commit d2089e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN — Page Object Generator",
"description": "JDN – helps Test Automation Engineer to create Page Objects in the test automation framework and speed up test development",
"devtools_page": "index.html",
"version": "3.16.2",
"version": "3.16.3",
"icons": {
"128": "icon128.png"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdn-ai-chrome-extension",
"version": "3.16.2",
"version": "3.16.3",
"description": "jdn-ai chrome extension",
"scripts": {
"start": "webpack --watch --env devenv",
Expand Down
6 changes: 3 additions & 3 deletions src/features/pageObjects/styles/pageObject.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

&__settings {
background-color: #fafafa;
background-color: #ffffff;
padding: 8px 8px 16px 32px;

&-url {
Expand Down Expand Up @@ -104,7 +104,7 @@
}

& > .ant-collapse-header .ant-collapse-arrow {
margin-right: 0px;
margin-right: 0;
}
}
}
Expand All @@ -126,7 +126,7 @@
}

.jdn__itemsList-status {
top: 0px;
top: 0;
}

.jdn__locator_container {
Expand Down

0 comments on commit d2089e4

Please sign in to comment.