Relax CSS selector to apply to checkboxes as well as radio buttons

Bug: T353401
Change-Id: I520261fabf404c3a4f96ae4449ce9c445e7da270
This commit is contained in:
Jon Robson 2023-12-13 14:00:46 -10:00
parent b67f2800d3
commit b1b374b5b3

View file

@ -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,