Skip to content

Commit d2089e4

Browse files
authored
Merge pull request #1762 from jdi-testing/issue_1760-background-fixes
Issue 1760: background fixes
2 parents 2fc9924 + a9c6ee4 commit d2089e4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "JDN — Page Object Generator",
44
"description": "JDN – helps Test Automation Engineer to create Page Objects in the test automation framework and speed up test development",
55
"devtools_page": "index.html",
6-
"version": "3.16.2",
6+
"version": "3.16.3",
77
"icons": {
88
"128": "icon128.png"
99
},

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jdn-ai-chrome-extension",
3-
"version": "3.16.2",
3+
"version": "3.16.3",
44
"description": "jdn-ai chrome extension",
55
"scripts": {
66
"start": "webpack --watch --env devenv",

src/features/pageObjects/styles/pageObject.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

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

3535
&-url {
@@ -104,7 +104,7 @@
104104
}
105105

106106
& > .ant-collapse-header .ant-collapse-arrow {
107-
margin-right: 0px;
107+
margin-right: 0;
108108
}
109109
}
110110
}
@@ -126,7 +126,7 @@
126126
}
127127

128128
.jdn__itemsList-status {
129-
top: 0px;
129+
top: 0;
130130
}
131131

132132
.jdn__locator_container {

0 commit comments

Comments
 (0)