openmct
openmct copied to clipboard
Collapsed Recent Items button needs polishing (TEMP)
Problem
Collapsing the Recent Items pane displays a collapsed Recent Items button that allows that pane to be expanded in a similar fashion to the Browse and Inspect panes. That button needs a bit of polishing though:
- Padding is off - there's too much above the text and not enough below.
- The "+" sign is a bit too large and if offset below the text baseline.
- Border-radius should be applied to all corners; currently the bottom left is not radiused.
- There are a few legacy CSS problems that should be addressed (like this that also matches and applies border radiusing to the internal label element within the button:
) that should be fixed.
Solution
- Mod the CSS of
Steps to Reproduce
Environment
- Open MCT Version:
- Deployment Type:
- OS:
- Browser:
Impact Check List
- [ ] Data loss or misrepresented data?
- [ ] Regression? Did this used to work or has it always been broken?
- [ ] Is there a workaround available?
- [ ] Does this impact a critical component?
- [ ] Is this just a visual bug with no functional impact?
- [ ] Does this block the execution of e2e tests?
- [ ] Does this have an impact on Performance?
Additional Information
Will be fixed via https://github.com/nasa/openmct/pull/7487