mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Merge "Relax CSS selector to apply to checkboxes as well as radio buttons"
This commit is contained in:
commit
eadc1b37da
|
@ -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