From 402b09440fb703cb965d3c1a57921adafa2f24d3 Mon Sep 17 00:00:00 2001 From: leonard Date: Mon, 28 Jul 2025 08:59:17 +0700 Subject: [PATCH] fix code comment --- assets/scss/common.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/scss/common.scss b/assets/scss/common.scss index b2a1baa..bac9445 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -1259,19 +1259,11 @@ a { opacity: 0; } - // .v-list-item__content { - // background-color: currentColor; - // } - .v-list-item__title { color: map-deep-get($config, #{$theme}, "tui-datepicker-calendar-color" ); - - // @if $theme ==light { - // color: #fff !important; - // } } } }