Merge pull request #20545 from overleaf/jel-remove-comment

[web] Remove commented out CSS code

GitOrigin-RevId: 8d6c392735eb2637a3c7bbc4cd4d17d5dc92d1e4
This commit is contained in:
Jessica Lawshe 2024-09-24 10:04:50 -05:00 committed by Copybot
parent ecb0655241
commit e8f602db9b
2 changed files with 0 additions and 25 deletions

View file

@ -27,19 +27,6 @@
}
}
/* Buttons */
// correct color property set on <a> above:
// TODO: check if reset needed
// .reset-btns;
// .alert {
// .alert;
// }
// .alert-info {
// .btn-info {
// .btn-alert-info;
// }
// }
.p-no-text-nodes:has(.btn) {
margin-top: var(--spacing-09);

View file

@ -25,18 +25,6 @@
// }
// }
// TODO: confirm if needed
// correct color property set on <a> above:
// .reset-btns;
// .alert {
// .alert;
// }
// .alert-info {
// .btn-info {
// .btn-alert-info;
// }
// }
hr {
border-color: var(--neutral-30);
}