From e4b326ec361b39729adbadded85e599f780716a8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 25 Oct 2016 17:23:24 +0300 Subject: [PATCH] Updated button module --- docs/v2/DEVLOG.md | 9 ++++++- docs/v2/index.html | 6 ++--- flavors/v2/mini-default.css | 19 +++++-------- flavors/v2/mini-default.min.css | 2 +- flavors/v2/mini-default.scss | 23 ++++++++++++++++ scss/v2/mini-core/_button.scss | 47 +++++++++++++++++++-------------- 6 files changed, 69 insertions(+), 37 deletions(-) diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 6572647..ed69d58 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -183,4 +183,11 @@ - Rebuilt grid system to work with 3 screen sizes instead of 4. Legacy system is now used only if a flag (`$use-four-step-grid`) is enabled. - Three-step grid breakpoints tweaked to `800px` and `1080px` accordingly. -- Deployed live demo with new grid. \ No newline at end of file +- Deployed live demo with new grid. + +## 20161025 + +- Issue maintenance and minor changes to issue structure on Github. +- Due to implicit labeling (e.g. ``) not being correctly handled by some assistive technologies, explicit labels will be used for the `file` `` elements. +- Added `$hide-file-inputs` flag to decide the styling of `file` `` elements. +- Softcoded changes and optimized some things in the `button` module. \ No newline at end of file diff --git a/docs/v2/index.html b/docs/v2/index.html index 22387af..c9e771e 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -10,7 +10,7 @@ - +