Bug 1693501 - Remove a hack that interferes with themed treeheaders in AB. r=darktrojan
This commit is contained in:
Родитель
39eccd7922
Коммит
0d98a30fd9
|
@ -364,11 +364,6 @@ function UpdateSortIndicators(colID, sortDirection) {
|
|||
if (currCol != sortedColumn && currCol.localName == "treecol") {
|
||||
currCol.removeAttribute("sortDirection");
|
||||
}
|
||||
// Change the column header's border colour to force it to redraw.
|
||||
// Otherwise redrawing doesn't happen until something else causes it to.
|
||||
currCol.style.borderColor = currCol.style.borderColor
|
||||
? null
|
||||
: "transparent";
|
||||
currCol = currCol.nextElementSibling;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче