mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[Style] Remove box shadow on template dialog sidenav (#3208)
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
option-group-label="label"
|
option-group-label="label"
|
||||||
option-label="title"
|
option-label="title"
|
||||||
option-group-children="modules"
|
option-group-children="modules"
|
||||||
|
class="w-full border-0 bg-transparent shadow-none"
|
||||||
:pt="{
|
:pt="{
|
||||||
root: { class: 'w-full border-0 bg-transparent' },
|
|
||||||
list: { class: 'p-0' },
|
list: { class: 'p-0' },
|
||||||
option: { class: 'px-12 py-3 text-lg' },
|
option: { class: 'px-12 py-3 text-lg' },
|
||||||
optionGroup: { class: 'p-0 text-left text-inherit' }
|
optionGroup: { class: 'p-0 text-left text-inherit' }
|
||||||
|
|||||||
Reference in New Issue
Block a user