From 7deab901b19c9c45d9f3b6d2bbe49a7c09d63442 Mon Sep 17 00:00:00 2001 From: Volker E Date: Tue, 7 May 2019 05:11:39 -0700 Subject: [PATCH] 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 --- .../src/mediawiki.action/mediawiki.action.history.styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.20.1