diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8039e881..3df4cc4d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -23,7 +23,11 @@ "Bash(git checkout:*)", "Bash(git -C \"d:/works/2025/02.Studio/dev/base/XRBase\" checkout HEAD -- \"Assets/Resources/UIToolkit/List/UTKMultiColumnTreeView.uss\" \"Assets/Resources/UIToolkit/List/UTKMultiColumnListView.uss\" \"Assets/Resources/UIToolkit/Style/UTKDefaultStyle.uss\" \"Assets/Resources/UIToolkit/Tab/UTKTabView.uss\" \"Assets/Resources/UIToolkit/List/UTKListView.uss\" \"Assets/Resources/UIToolkit/Style/UTKComponents.uss\")", "Bash(cmd /c \"cd /d d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase && git log --oneline -10 -- Assets/Resources/UIToolkit/Style/UTKDefaultStyle.uss\")", - "Bash(New-Item -ItemType Directory -Path \"d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase\\\\Assets\\\\Resources\\\\UIToolkit\\\\Sample\\\\Window\" -Force)" + "Bash(New-Item -ItemType Directory -Path \"d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase\\\\Assets\\\\Resources\\\\UIToolkit\\\\Sample\\\\Window\" -Force)", + "Bash(cmd /c \"echo ^^^^^^\")", + "Bash(del \"d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase\\\\Assets\\\\Resources\\\\UIToolkit\\\\Property\\\\Views\\\\UTKBoolPropertyItemView.uxml\")", + "Bash(del:*)", + "Bash(cmd /c \"del /q \"\"d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase\\\\Assets\\\\Resources\\\\UIToolkit\\\\Property\\\\Views\\\\UTKIntPropertyItemViewSliderUss.uss\"\" \"\"d:\\\\works\\\\2025\\\\02.Studio\\\\dev\\\\base\\\\XRBase\\\\Assets\\\\Resources\\\\UIToolkit\\\\Property\\\\Views\\\\UTKFloatPropertyItemViewSliderUss.uss\"\"\")" ], "deny": [], "ask": [] diff --git a/Assets/Resources/UIToolkit/List/UTKAccordionList.uxml b/Assets/Resources/UIToolkit/List/UTKAccordionList.uxml index f17441ed..4fb19ed9 100644 --- a/Assets/Resources/UIToolkit/List/UTKAccordionList.uxml +++ b/Assets/Resources/UIToolkit/List/UTKAccordionList.uxml @@ -22,10 +22,10 @@ - - + diff --git a/Assets/Resources/UIToolkit/List/UTKAccordionListUss.uss b/Assets/Resources/UIToolkit/List/UTKAccordionListUss.uss index 08f0f44b..2ca293c5 100644 --- a/Assets/Resources/UIToolkit/List/UTKAccordionListUss.uss +++ b/Assets/Resources/UIToolkit/List/UTKAccordionListUss.uss @@ -29,6 +29,20 @@ margin: 0; } +.accordion-search-field .unity-text-field__input { + background-color: var(--color-bg-input); + border-width: var(--border-width); + border-color: var(--color-border); + border-radius: var(--radius-s); + padding: var(--space-s) var(--space-m); + min-height: 24px; + font-size: var(--font-size-body2); +} + +.accordion-search-field:focus .unity-text-field__input { + border-color: var(--color-border-focus); +} + /* ============================================ Clear 버튼 (Clear Button) - UTKButton 스타일 오버라이드 ============================================ */ diff --git a/Assets/Resources/UIToolkit/List/UTKComponentList.uxml b/Assets/Resources/UIToolkit/List/UTKComponentList.uxml index eaeeb358..83e98db2 100644 --- a/Assets/Resources/UIToolkit/List/UTKComponentList.uxml +++ b/Assets/Resources/UIToolkit/List/UTKComponentList.uxml @@ -2,8 +2,8 @@