fix(blog): align soft delete with deleted_at
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m44s
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m44s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user