FEATURE Removing rankmath seo filter in admin blades

This commit is contained in:
Nonimart 2025-10-28 10:38:53 +01:00
parent 8d2d1c2897
commit ac60bde9a9

View File

@ -244,3 +244,13 @@ ol {
display: inline-block !important;
}
}
body.post-type-conseils,
body.post-type-fiches-infos,
body.post-type-questions,
body.post-type-brochures {
.tablenav {
#rank-math-seo-filter {
@apply !hidden;
}
}
}