MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,938: Line 1,938:
     pointer-events: none;
     pointer-events: none;
     transition: 0.3s;
     transition: 0.3s;
}
td [data-tippy-content] {
    width: max-content;
}
}


Line 3,034: Line 3,038:
}
}


tr[style] .tooltip,
tr[style] th .tooltip,
table[class*="colortable-"] tr .tooltip,
table[class*="colortable-"] tr th .tooltip,
table[class*="colortable-"] tr .tippy-btn {
table[class*="colortable-"] tr th .tippy-btn {
     border-bottom-color: #000 !important;
     border-bottom-color: #000 !important;
}
}