Merge "Drop IE basic support"

This commit is contained in:
jenkins-bot 2024-05-31 18:42:27 +00:00 committed by Gerrit Code Review
commit 325911b629

View file

@ -349,10 +349,8 @@ h1, h2, h3, h4, h5, h6 {
// Page frame sub-feature
.ext-discussiontools-visualenhancements_pageframe-enabled {
.mw-page-title-separator {
// Support IE: We could use :after { content: ' '; } but IE doesn't follow
// the spec and inserts the space into the clipboard when copied.
margin-right: 0.25em;
.mw-page-title-separator::after {
content: ' ';
}
.ext-discussiontools-init-pageframe-latestcomment {