yari
yari copied to clipboard
enhance(sidebar,toc): improve style of current item
Summary
(MP-1105)
Problem
- The borders aren't rounded, unlike other elements.
- The items take up all available width.
Solution
- Round the right borders.
- Reduce the width.
Screenshots
| Before | After |
|---|---|
How did you test this change?
Ran yarn dev and viewed http://localhost:3000/en-US/docs/Learn/CSS/First_steps#guides locally, comparing it against https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps#guides.