From: Volker E Date: Tue, 7 May 2019 12:11:39 +0000 (-0700) Subject: Revision history: Prefer `outline` over `border` to give text more space X-Git-Tag: 1.34.0-rc.0~1779^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;ds=sidebyside;h=7deab901b19c9c45d9f3b6d2bbe49a7c09d63442;p=lhc%2Fweb%2Fwiklou.git Revision history: Prefer `outline` over `border` to give text more space Using `outline` enables to provide more space to selected list items' text while not negatively impacting distance between elements. Only browsers that are excluded by this are IE 6-7. Change-Id: I71391cfd18f05c0fd0ea21720d278c5a06fa00a8 --- diff --git a/resources/src/mediawiki.action/mediawiki.action.history.styles.less b/resources/src/mediawiki.action/mediawiki.action.history.styles.less index c6f5b49ae7..f5019a76ad 100644 --- a/resources/src/mediawiki.action/mediawiki.action.history.styles.less +++ b/resources/src/mediawiki.action/mediawiki.action.history.styles.less @@ -16,7 +16,8 @@ #pagehistory li.selected { background-color: #f8f9fa; color: #222; - border: 1px dashed #a2a9b1; + border-color: #f8f9fa; + outline: 1px dashed #a2a9b1; } .mw-history-revisionactions {