From 5eda91c45ae5dad735ef54fec0e41bcf7d7ffd12 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 23 Oct 2016 09:14:18 +0300 Subject: [PATCH] Button module initial commit --- docs/v2/DEVLOG.md | 13 ++++- docs/v2/index.html | 9 +++- flavors/v2/mini-default.css | 96 ++++++++------------------------- flavors/v2/mini-default.min.css | 2 +- scss/v2/_core.scss | 90 ++++--------------------------- scss/v2/mini-core/_button.scss | 25 +++++++++ scss/v2/mini-core/_table.scss | 1 - 7 files changed, 79 insertions(+), 157 deletions(-) create mode 100644 scss/v2/mini-core/_button.scss diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 9ddb15b..957d49e 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -163,4 +163,15 @@ - Added table styling and responsiveness, made customizable etc. - Added demo table to page, tested. - Minor consistency reorganization in table module. -- Updated demo page, deployed live. \ No newline at end of file +- Updated demo page, deployed live. + +## 20161023 + +- Removed `table-layout: fixed;` from tables. +- Added `mini-core/button` and started testing button styling. +- Removed the reset for `:-moz-focusring` (`outline: 1px dotted ButtonText`) for buttons as it was unnecessary and didn't look great. +- Moved fix for `::-moz-focus-inner` to the `button` module. +- Moved generic fix for Android, iOS and Safari to `button` module. +- Removed generic styling reset for `button`, `input`, `optgroup`, `select` and `textarea` based on the fact that the styles are already applied in the first rule `html, *`. +- Split some fixes into generic and button-specific. +- Moved `::-webkit-file-upload-button` fixes to the `button` module. diff --git a/docs/v2/index.html b/docs/v2/index.html index 71eb07e..9704b21 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -10,7 +10,7 @@ - +