diff --git a/manifest.json b/manifest.json index 38fa5e03..18b4908a 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }, diff --git a/package-lock.json b/package-lock.json index 81586e08..0bbb6fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jdn-ai-chrome-extension", - "version": "3.16.2", + "version": "3.16.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index bf87f9ee..5110f7eb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/features/pageObjects/styles/pageObject.less b/src/features/pageObjects/styles/pageObject.less index 673db1fb..43834f70 100644 --- a/src/features/pageObjects/styles/pageObject.less +++ b/src/features/pageObjects/styles/pageObject.less @@ -29,7 +29,7 @@ } &__settings { - background-color: #fafafa; + background-color: #ffffff; padding: 8px 8px 16px 32px; &-url { @@ -104,7 +104,7 @@ } & > .ant-collapse-header .ant-collapse-arrow { - margin-right: 0px; + margin-right: 0; } } } @@ -126,7 +126,7 @@ } .jdn__itemsList-status { - top: 0px; + top: 0; } .jdn__locator_container {