andybrewer / mvp

MVP.css — Minimalist classless CSS stylesheet for HTML elements
https://andybrewer.github.io/mvp/
MIT License
4.98k stars 192 forks source link

chevron for summary #96

Closed diomed closed 1 year ago

diomed commented 1 year ago

what do you think about adding custom chevron icon for summary

details :: summary

ChristopherBilg commented 1 year ago

I definitely think an argument can be made, what did you have in mind specifically to change on it?

diomed commented 1 year ago

to look like in this pen: https://codepen.io/koca/pen/RyeLLV

maybe with icon? I'm not so good in css tho

ChristopherBilg commented 1 year ago

The Chevron itself isn't directly modified in CSS in the same way as text colors, or marginal spacing are. We would be replacing the current icon with a new icon instead, and right now I don't think that's necessary for an MVP CSS framework.