Skip to content

Commit be6aa74

Browse files
authored
fix accordion border radius (#1459)
1 parent 16ed4db commit be6aa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/components/docpage/sidebar/sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def sidebar_item_comp(
199199
type="multiple",
200200
collapsible=True,
201201
default_value=index[:1].foreach(lambda x: "index" + x.to_string()),
202-
class_name="!my-2 flex flex-col items-start gap-4 !ml-[10px] list-none [box-shadow:inset_1.25px_0_0_0_var(--c-slate-4)_!important] !bg-transparent",
202+
class_name="!my-2 flex flex-col items-start gap-4 !ml-[10px] list-none [box-shadow:inset_1.25px_0_0_0_var(--c-slate-4)_!important] !bg-transparent !rounded-none",
203203
),
204204
class_name="!p-0 w-full !bg-transparent before:!h-0 after:!h-0",
205205
),

0 commit comments

Comments
 (0)