Merge pull request #22133 from overleaf/td-bs5-current-file-bold

Make selected file in file tree bold in BS5

GitOrigin-RevId: 3353164455c3261ea52f9aee6cef3b1bc614ee4e
This commit is contained in:
Tim Down 2024-12-03 10:50:13 +00:00 committed by Copybot
parent b3edd2b6c6
commit 81aab71ffd

View file

@ -371,6 +371,10 @@
font-weight: bold;
padding-right: var(--spacing-09);
button {
font-weight: inherit;
}
.entity-menu-toggle {
display: inline-block;
background-color: transparent;