linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.less
1 /**
2 * Basic styles for the edit revision history page 'HistoryAction.php'
3 */
4
5 /* stylelint-disable selector-class-pattern */
6
7 // Trigger only when collapsible & JS is available via `.mw-collapsed`.
8 #mw-history-search.mw-collapsed .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
9 margin-bottom: 0;
10 }
11
12 #pagehistory .history-user {
13 margin-left: 0.4em;
14 margin-right: 0.2em;
15 }
16
17 #pagehistory li {
18 border: 1px solid #fff;
19 }
20
21 #pagehistory li.selected {
22 background-color: #f8f9fa;
23 color: #222;
24 border: 1px dashed #a2a9b1;
25 }
26
27 .mw-history-revisionactions {
28 float: right;
29 }
30
31 .updatedmarker {
32 background-color: #b7f430;
33 }