1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-14 09:54:02 +02:00

Minor bug fix in tabs module

This commit is contained in:
Angelos Chalaris
2016-11-09 23:14:24 +02:00
parent 6ea1ab4bd6
commit e90cdb6a47
4 changed files with 8 additions and 6 deletions

View File

@@ -361,3 +361,5 @@
- Tested on mobile, found some presentational problems.
- Minor change to the way `transition`s work for `tabs`, they will now all utilize the `transform` implementation.
- Deployed updated live demo page.
- Tested on mobile, works better.
- Minor `tabs` update for `:first-of-type` and `:last-of-type` selectors. This update should fix square top-right corners for single collapses.