From e8f602db9b89e234fbbf33e7cdb329fcdf8cfbc1 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:04:50 -0500 Subject: [PATCH] Merge pull request #20545 from overleaf/jel-remove-comment [web] Remove commented out CSS code GitOrigin-RevId: 8d6c392735eb2637a3c7bbc4cd4d17d5dc92d1e4 --- .../frontend/stylesheets/bootstrap-5/pages/cms.scss | 13 ------------- .../stylesheets/bootstrap-5/pages/content.scss | 12 ------------ 2 files changed, 25 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 8285b684f7..900b4254f4 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -27,19 +27,6 @@ } } - /* Buttons */ - // correct color property set on 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); diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss index f57b3895db..90d1b18b16 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss @@ -25,18 +25,6 @@ // } // } - // TODO: confirm if needed - // correct color property set on above: - // .reset-btns; - // .alert { - // .alert; - // } - // .alert-info { - // .btn-info { - // .btn-alert-info; - // } - // } - hr { border-color: var(--neutral-30); }