From fe8d4fca3f76d48eb51b9596aaa89669297c4df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 18 Nov 2024 17:34:12 +0900 Subject: [PATCH] =?UTF-8?q?checkbox=20disabled=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/canvas/CanvasEstimate.jsx | 2 +- src/styles/_reset.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/canvas/CanvasEstimate.jsx b/src/components/canvas/CanvasEstimate.jsx index 2f49ea5..88f3a1e 100644 --- a/src/components/canvas/CanvasEstimate.jsx +++ b/src/components/canvas/CanvasEstimate.jsx @@ -241,7 +241,7 @@ export default function CanvasEstimate() {
- +
diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 799796b..6c65fec 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -779,6 +779,12 @@ input[type=text]{ transform: translate(7.75px,4.5px) rotate(45deg); -ms-transform: translate(7.75px,4.5px) rotate(45deg); } + input[type=checkbox]:disabled + label::before{ + background-color: #FAFAFA; + } + input[type=checkbox]:disabled + label::after{ + border-color: #999; + } &.pop{ label{ &:before{