|
|
第36行: |
第36行: |
| } | | } |
|
| |
|
| /* Completely hide "Other information" section */ | | /* Fully hide the "Other Information" section */ |
| fieldset[aria-labelledby="mw-confirmaccount-attach"], | | fieldset:has(legend#mw-confirmaccount-attach) { |
| legend#mw-confirmaccount-attach,
| |
| #mw-confirmaccount-attach ~ * {
| |
| display: none !important;
| |
| }
| |
| | |
| /* Extra hardening (if fallback needed) */
| |
| fieldset legend#mw-confirmaccount-attach,
| |
| fieldset > #wpCV,
| |
| fieldset > #wpNotes,
| |
| fieldset > #wpSites {
| |
| display: none !important; | | display: none !important; |
| } | | } |