1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-30 18:40:28 +02:00

Contextualized tabs

This commit is contained in:
Angelos Chalaris
2017-12-11 14:29:41 +02:00
parent 580b444a7e
commit 744f48abe2
4 changed files with 214 additions and 2 deletions

View File

@@ -221,3 +221,4 @@
## 20171211
- Added `.modal` component. Breaking changes to comply with the new guidelines (i.e. apply the class on the `checkbox` element, not the element after it, much like `.drawer`). Cleaned up a little bit, dealt with a few problems here and there. Custom styling for the `.modal-close`, not bound to anything else.
- Moved vertical version of `.tabs` into `contextual` under `.collapse`. Reduced complexity, improved performance and generally a better feel to them.