removing inline css
This commit is contained in:
parent
abc4e0cdcf
commit
8af4c36fd0
2 changed files with 2 additions and 1 deletions
|
@ -671,6 +671,7 @@ span ~ .panel-header-text {
|
|||
}
|
||||
|
||||
.container-close-tab {
|
||||
inline-size: 50%;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -778,7 +778,7 @@ Logic.registerPanel(P_CONTAINER_INFO, {
|
|||
tr.innerHTML = escaped`
|
||||
<td></td>
|
||||
<td class="container-info-tab-title truncate-text" title="${tab.url}" >${tab.title}</td>
|
||||
<td><img src="/img/container-close-tab.svg" width="50%" id="${tab.id}" class="container-close-tab" /></td>`;
|
||||
<td><img src="/img/container-close-tab.svg" id="${tab.id}" class="container-close-tab" /></td>`;
|
||||
tr.querySelector("td").appendChild(Utils.createFavIconElement(tab.favIconUrl));
|
||||
|
||||
document.getElementById("container-info-table").appendChild(fragment);
|
||||
|
|
Loading…
Add table
Reference in a new issue