We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449183e commit 09cb1f3Copy full SHA for 09cb1f3
pcweb/components/docpage/sidebar/sidebar.py
@@ -206,7 +206,10 @@ def sidebar_item_comp(
206
type="multiple",
207
collapsible=True,
208
default_value=index[:1].foreach(lambda x: "index" + x.to_string()),
209
- 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",
+ style={
210
+ "box-shadow": "inset 1.25px 0 0 0 var(--c-slate-4) !important"
211
+ },
212
+ class_name="!my-2 flex flex-col items-start gap-4 !ml-[10px] list-none !bg-transparent !rounded-none",
213
),
214
class_name="!p-0 w-full !bg-transparent before:!h-0 after:!h-0",
215
0 commit comments