1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 00:13:59 +02:00

First draft of the modal component

Simple as ever, the modal dialog is almost ready to release. Documentation and polishing are not yet done.
This commit is contained in:
Angelos Chalaris
2017-06-05 20:38:05 +03:00
parent 7296765cd0
commit a3453e8df3
7 changed files with 92 additions and 6 deletions

View File

@@ -1218,3 +1218,4 @@
- Merged some styles in `contextual` in regards to `.tooltip`.
- Changed `table` selectors to use `:not(:first-child)`, similarly to other modules.
- All changes have been tested and no errors were found (as far as I can tell).
- Created the `.modal` component, added to the `default` flavor, documenting and adding to other flavors pending.