Merge "Corrected grammatical error."
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.less
index 257f153..cf63ff8 100644 (file)
@@ -1,4 +1,8 @@
-/* Basic styles for the history page */
+/**
+ * Basic styles for the edit revision history page 'HistoryAction.php'
+ */
+
+/* stylelint-disable selector-class-pattern */
 
 #pagehistory .history-user {
        margin-left: 0.4em;
 }
 
 #pagehistory li {
-       border: 1px solid #fff;
+       padding: 1px;
 }
 
 #pagehistory li.selected {
        background-color: #f8f9fa;
        color: #222;
-       border: 1px dashed #a2a9b1;
+       outline: 1px dashed #a2a9b1;
 }
 
 .mw-history-revisionactions {