From 7030c5bb1e8445df35f753fc2b043a975b83530c Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Fri, 31 May 2024 09:31:58 -0700 Subject: [PATCH] Revert "2106: Fix links text color on Delete page dark mode " --- src/registrar/assets/sass/_theme/_admin.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_admin.scss b/src/registrar/assets/sass/_theme/_admin.scss index 260164e57..7501dc1f0 100644 --- a/src/registrar/assets/sass/_theme/_admin.scss +++ b/src/registrar/assets/sass/_theme/_admin.scss @@ -105,7 +105,7 @@ html[data-theme="light"] { --close-button-bg: #333333; --close-button-hover-bg: #666666; } - + // Dark mode django (bug due to scss cascade) and USWDS tables .change-list .usa-table, .change-list .usa-table--striped tbody tr:nth-child(odd) td, @@ -126,12 +126,6 @@ html[data-theme="light"] { .usa-table td { background-color: transparent; } - - // Sets darker color on delete page links. - // Remove when dark mode successfully applies to Django delete page. - .delete-confirmation .content a:not(.button) { - color: #005288; - } } // Firefox needs this to be specifically set @@ -155,11 +149,6 @@ html[data-theme="dark"] { .usa-table td { background-color: transparent; } - // Sets darker color on delete page links. - // Remove when dark mode successfully applies to Django delete page. - .delete-confirmation .content a:not(.button) { - color: #005288; - } } #branding h1 a:link, #branding h1 a:visited {