Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 25: Line 25:
     margin-right: 0 !important; /* Ajusta se houver texto ao lado */
     margin-right: 0 !important; /* Ajusta se houver texto ao lado */
}
}
/* Garante que o pseudo-elemento seja visível mesmo em botões "apenas ícone" */
.vector-dropdown-label[aria-label="Toggle the table of contents"]::before {
    visibility: visible !important;
    opacity: 1 !important;
}