Merge branch 'gh-pages' into develop
* gh-pages: change task icon remove surrounding <p> element from jira issue description
This commit is contained in:
commit
864ecd2b56
@ -831,7 +831,7 @@ body {
|
|||||||
}
|
}
|
||||||
.issue-icon[type="task"] {
|
.issue-icon[type="task"] {
|
||||||
background-color: ORANGE !important;
|
background-color: ORANGE !important;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Gear.png);
|
||||||
}
|
}
|
||||||
.issue-estimate {
|
.issue-estimate {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1322,7 +1322,7 @@ body {
|
|||||||
|
|
||||||
issueData.summary = data.fields.summary;
|
issueData.summary = data.fields.summary;
|
||||||
|
|
||||||
issueData.description = data.renderedFields.description.replace(/<p>/, "");
|
issueData.description = data.renderedFields.description.replace(/^<p>(.*)<\/p>$/, "$1");
|
||||||
|
|
||||||
if (data.fields.assignee) {
|
if (data.fields.assignee) {
|
||||||
issueData.assignee = data.fields.assignee.displayName;
|
issueData.assignee = data.fields.assignee.displayName;
|
||||||
|
|||||||
BIN
resources/icons/Checkmark.png
Normal file
BIN
resources/icons/Checkmark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
resources/icons/Dot.png
Normal file
BIN
resources/icons/Dot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
resources/icons/Gear.png
Normal file
BIN
resources/icons/Gear.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB |
Loading…
x
Reference in New Issue
Block a user