Hello @picturepan2
just recently got a hint to check out Spectre and I am amazed! Great work 馃憣
One thing that irritated me was the inconsistency in regards to closing mechanics:
Toasts --> the "x" is a button and doesn't work / requires add. JS
Small modals --> "x" is an anker and works without JS
Small modals --> "Close" is a button and would require add. JS
Large modals --> "x" is an anker and works without JS
Large modals --> "Close" is an anker and works without JS
Just wondering, what is the reasoning behind this?
Thanks a lot in advance 馃槂
@boettges Thanks. Yes. For toasts, you will need JS to show or hide it. For modals, you can replace the "Close" buttons with "x" button links. I will update the examples.
@boettges Examples updated.