From 39c8e6feb43cf034757ee0355cbbcf9e05ea7825 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 18 Apr 2025 20:47:24 +0200 Subject: [PATCH] Fixed styling of buttons leaking to Debug Toolbar --- djangoproject/scss/_style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index 661b955c6..40d99d8f1 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -2822,7 +2822,7 @@ search.filters { } //------------------- Forms -form { +form:not(#djDebug form) { @include sans-serif; @include font-size(16);