1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 02:50:26 +02:00

Updated select styling

Cleanup in the code, making it take up less space, added condition to disable.
This commit is contained in:
Angelos Chalaris
2017-06-29 14:54:31 +03:00
parent 6b673fd528
commit 449862dc26
21 changed files with 111 additions and 113 deletions

View File

@@ -1266,3 +1266,11 @@
- Used `svg` tricks to resolve the `select` issue, file size is now `6.90KB` gzipped, which is just below the maximum limit of the framework.
- Updated flavor files and source code to use spaces instead of tabs. Should now look better on Github.
- Released update to deal with bugs.
# v2.3.2 Development Log
## 20170629
- Added `$apply-select-fix` to the `input_control` module, disabled the fix for `mini-lite` to make the flavor lighter.
- Updated `select` styles to utilize some smart tricks, reducing size by a sliver (about `0.03KB` less when gzipped).
- Released the **v2.3.2** hotfix.