hacks: Stop hiding .fmbox and .tmbox

Both of these elements are already hidden by default in the normal
view (.fmbox is used for some edit notices, which aren't shown in the
editor; .tmbox is used in the lede of talk pages, which is hidden by
the talk page interface), and these styles make it more difficult to
display them when they are desirable.

Bug: T257394
Change-Id: Ifb0316256bdec5008acc48544ddd3e2bf71b6d41
This commit is contained in:
Bartosz Dziewoński 2022-11-11 00:09:00 +01:00
parent d4ccc757e8
commit 4c60fd328d

View file

@ -25,11 +25,6 @@ FIXME: Review all of these hacks to see if they still apply.
}
// stylelint-disable selector-max-id
/* Hide cleanup templates by default to non-javascript users as these stop them from reading the article itself
* Edit page notices */
.action-edit .fmbox,
/* Talk page informational boxes */
.tmbox,
#coordinates,
/* Hide article badges, clean-up notices, stub notices, and navigation boxes */
.topicon {