We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ed4db commit be6aa74Copy full SHA for be6aa74
pcweb/components/docpage/sidebar/sidebar.py
@@ -199,7 +199,7 @@ def sidebar_item_comp(
199
type="multiple",
200
collapsible=True,
201
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",
+ 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",
203
),
204
class_name="!p-0 w-full !bg-transparent before:!h-0 after:!h-0",
205
0 commit comments