From 33d04313e91c14f7ee5ec59f7e021932fbf57325 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Tue, 7 Mar 2023 13:40:57 +0100 Subject: [PATCH] Bring back css for the checkbox where it belongs --- core/static/core/style.scss | 1 + core/static/user/user_edit.scss | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 3279d0d7..5161a0bb 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -76,6 +76,7 @@ button:not(:disabled), input[type="button"]:not(:disabled), input[type="submit"]:not(:disabled), input[type="reset"]:not(:disabled), +input[type="checkbox"]:not(:disabled), input[type="file"]:not(:disabled) { cursor: pointer; } diff --git a/core/static/user/user_edit.scss b/core/static/user/user_edit.scss index 9f91796a..f0101ebc 100644 --- a/core/static/user/user_edit.scss +++ b/core/static/user/user_edit.scss @@ -12,10 +12,6 @@ align-items: center; gap: 5px; padding-top: 10px; - - >input[type="checkbox"] { - cursor: pointer; - } } &-pictures {