File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,18 +671,18 @@ span ~ .panel-header-text {
671671}
672672
673673.container-close-tab {
674- width : 50% ;
675674 opacity : 0 ;
676675}
677676
678677.container-info-tab-row : hover .container-close-tab {
679678 opacity : 0.5 ;
680679}
680+
681681.container-info-tab-row .container-close-tab : hover {
682682 opacity : 1 ;
683683}
684684
685- .container-info-tab-row : not (.clickable ) .container-close-tab {
685+ .container-info-tab-row : not (.clickable ) .container-close-tab {
686686 opacity : 0 ;
687687}
688688
Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ Logic.registerPanel(P_CONTAINER_INFO, {
779779 tr . innerHTML = escaped `
780780 <td></td>
781781 <td class="container-info-tab-title truncate-text" title="${ tab . url } " >${ tab . title } </td>
782- <td><img src="/img/container-close-tab.svg" id="close-tab" class="container-close-tab clickable" /></td>` ;
782+ <td><img src="/img/container-close-tab.svg" style="width:50%;" id="close-tab" class="container-close-tab clickable" /></td>` ;
783783 tr . querySelector ( "td" ) . appendChild ( Utils . createFavIconElement ( tab . favIconUrl ) ) ;
784784
785785 document . getElementById ( "container-info-table" ) . appendChild ( fragment ) ;
You can’t perform that action at this time.
0 commit comments