Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
This commit is contained in:
Коммит
69f3f0eab3
|
@ -9497,6 +9497,7 @@
|
|||
} else if (u.resolution == "deleted") {
|
||||
icon.setChildren(HTML.mkImg("svg:fa-trash,white"))
|
||||
icon.style.background = "#308919";
|
||||
if (par) par.setAttribute("data-deleted", "yes")
|
||||
} else {
|
||||
icon.setChildren(HTML.mkImg("svg:fa-flag,white"))
|
||||
resolved = false
|
||||
|
|
|
@ -6267,6 +6267,10 @@ table.dashboard tr td[data-completed^="yes"] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.abusePair[data-deleted^="yes"] .abuseButtons button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.abuseButtons {
|
||||
display: inline-block;
|
||||
width: 8em;
|
||||
|
|
Загрузка…
Ссылка в новой задаче