mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
Relax CSS selector to apply to checkboxes as well as radio buttons
Bug: T353401 Change-Id: I520261fabf404c3a4f96ae4449ce9c445e7da270
This commit is contained in:
parent
b67f2800d3
commit
b1b374b5b3
|
@ -7,8 +7,8 @@
|
|||
|
||||
/* Simplify default version */
|
||||
.mw-mf-amc-disabled {
|
||||
/** compare feature not available */
|
||||
#mw-history-compare input[ type='radio' ],
|
||||
/** compare feature not available, T353401 */
|
||||
#mw-history-compare input,
|
||||
.mw-history-compareselectedversions,
|
||||
/* Header shows date, so this is superfluous. */
|
||||
&.action-history .mw-changeslist-date,
|
||||
|
|
Loading…
Reference in a new issue