-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: save
chore/remove-data-files-btn
PR desc
- Loading branch information
1 parent
d876f6c
commit 87f37ba
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Overview | ||
|
||
Remove the unnecessary `.data-files-btn` class. | ||
|
||
<details><summary>Details</summary> | ||
|
||
This class is assigned to buttons that: | ||
- **either** have Bootstrap btn-primary (in which case the `.workbench-content .btn-primary` styles it) | ||
- **or** are our custom `<Button>` (in which case the `composes: c-button` styles it) | ||
|
||
</details> | ||
|
||
## Related | ||
|
||
* [WP-XYZ](https://tacc-main.atlassian.net/browse/WP-XYZ) | ||
|
||
## Changes | ||
|
||
* remove assignment of class | ||
* remove styles for class | ||
|
||
## Testing | ||
|
||
Verify these buttons' style is unchanged: | ||
- "Data Files" → [Add +] button | ||
- "Data Files" → select a file → [Copy] | ||
|
||
## UI | ||
|
||
https://github.com/user-attachments/assets/e6df8ed7-9228-4e2b-8eaa-a9f8e94e21f5 | ||
|
||
https://github.com/user-attachments/assets/ef4a2dad-0dd7-4b82-a4bc-e8619b73484a |