Skip to content

Commit 698ddfd

Browse files
committed
Summary: Revert detail and summary changes
1 parent cf868d4 commit 698ddfd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

assets/css/v2/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,26 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
935935
}
936936
}
937937

938+
/* Details/Summary */
939+
details summary {
940+
color: oklch(var(--color-brand));
941+
transition: text-decoration-color 0.15s ease-in-out;
942+
text-decoration: underline;
943+
text-decoration-color: oklch(var(--color-brand) / 0.3);
944+
945+
& ~ * {
946+
margin-top: 1rem;
947+
}
948+
}
949+
950+
details summary:hover {
951+
text-decoration-color: oklch(var(--color-brand) / 0.8);
952+
}
953+
954+
details:hover {
955+
cursor: pointer;
956+
}
957+
938958
/* MARK: Content
939959
*/
940960

0 commit comments

Comments
 (0)