X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Felements.css;h=301024df9e4ada7b770a2d55957e54bc837355e2;hb=faffdf358c2ef344be89c1b5f6c6d377672fab29;hp=19f35535eb91482bcf7c447c429f2d6e66058d54;hpb=11ee7f78da9776db26098642a151a288f98bea14;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css index 19f35535eb..301024df9e 100644 --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -13,9 +13,7 @@ a { background: none; } -/* Support: Firefox 57 - it can't parse `rule[ attr ]` and the LESS compiler doesn't */ -/* strip whitespace inside the :not() (T180138) */ -a:not( [href] ) { /* stylelint-disable-line selector-attribute-brackets-space-inside */ +a:not( [ href ] ) { cursor: pointer; /* Always cursor:pointer even without href */ } @@ -49,6 +47,21 @@ a.new, color: #ba0000; } +/* self links */ +a.mw-selflink { + color: inherit; + font-weight: bold; + text-decoration: inherit; +} +a.mw-selflink:hover { + cursor: inherit; + text-decoration: inherit; +} +a.mw-selflink:active, +a.mw-selflink:visited { + color: inherit; +} + a.new:visited, #p-personal a.new:visited { color: #a55858;