fix(blog): align soft delete with deleted_at
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m44s

This commit is contained in:
2026-07-02 11:23:18 +09:00
parent b06c0f99fb
commit 15c261a49d
5 changed files with 26 additions and 38 deletions
+8 -7
View File
@@ -682,21 +682,22 @@ img {
border-radius: var(--radius-md) !important;
margin-bottom: 0.75rem;
overflow: hidden;
background: white;
}
.faq-question {
font-weight: 700;
color: var(--color-text);
background: white;
font-size: 1rem;
padding: 1.1rem 1.5rem;
cursor: pointer;
list-style: none;
}
.faq-question:not(.collapsed) {
.faq-question::-webkit-details-marker {
display: none;
}
.faq-item[open] .faq-question {
color: var(--color-secondary);
background: white;
box-shadow: none;
}
.faq-question::after {
filter: none;
border-bottom: 1px solid var(--color-border);
}
.faq-question:focus {
box-shadow: 0 0 0 3px rgba(200, 157, 110, 0.2);