fix(FN-2396): align directory picker select button styling
- Switch the DirectoryPicker Select action to shared btn btn-primary classes with explicit button type - Move select-button padding to component-scoped DirectoryPicker.css tokens and remove hardcoded !important overrides - Extend DirectoryPicker tests to assert the expected class contract before click behavior
This commit is contained in:
@@ -214,7 +214,5 @@
|
||||
|
||||
.directory-picker-select-btn {
|
||||
flex-shrink: 0;
|
||||
padding: 6px 16px !important;
|
||||
font-size: 13px !important;
|
||||
padding: var(--space-sm) var(--space-lg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user