Accessibility: Improve contributions navigation for screen reader users
[lhc/web/wiklou.git] / resources / src / mediawiki.special.changeslist.less
index 34b0836..3785ff8 100644 (file)
        content: '. .';
 }
 
-.mw-changeslist-link-list {
+.mw-changeslist-links {
        display: inline-block;
-       /* In @media print, list elements have margins and/or paddings defined.
-       We don't want to see margins/paddings on these elements under any circumstances. */
-       margin: 0;
-       padding: 0;
 
        &:before {
                content: '@{msg-parentheses-start}';
                content: '@{msg-parentheses-end}';
        }
 
-       > li {
-               display: inline;
-
-               &:not( :first-child ):before {
-                       content: '@{msg-pipe-separator}';
-               }
+       > span:not( :first-child ):before {
+               content: '@{msg-pipe-separator}';
        }
 }