From 2105e2a0480165dae36fbec8d729e42385d36fbb Mon Sep 17 00:00:00 2001 From: Juriy Bura Date: Sun, 5 Feb 2017 13:04:17 +0800 Subject: [PATCH 1/5] 146-input-no-type --- src/_Form.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_Form.sass b/src/_Form.sass index 3191237..f757fa8 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -9,6 +9,7 @@ input[type='search'], input[type='tel'], input[type='text'], input[type='url'], +input:not([type]), textarea, select appearance: none // Removes awkward default styles on some inputs for iOS From b1b154d965973a0960fde0c156931c80687b0f65 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 9 Mar 2017 13:54:58 -0300 Subject: [PATCH 2/5] Update Banner-CLI dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8a1893..91a44c0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "autoprefixer": "^6.5.4", "ava": "^0.17.0", "backstopjs": "^2.3.5", - "banner-cli": "^0.9.2", + "banner-cli": "^0.11.0", "browser-sync": "^2.18.5", "editorconfig-tools": "^0.1.1", "eslint": "^3.14.0", From 637dbd902a42f52e3dd94fc00c06858178e4abd3 Mon Sep 17 00:00:00 2001 From: Surinder Kumar Date: Mon, 8 May 2017 23:57:31 +0530 Subject: [PATCH 3/5] 161-fix_select_icon_on_firefox The character # in color needs to be escaped as %23. Reference: http://stackoverflow.com/questions/30918943/firefox-inserts-escape-characters-in-svg-xml-declaration-not-well-formed --- src/_Form.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_Form.sass b/src/_Form.sass index f757fa8..2f34dc8 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -27,11 +27,11 @@ select outline: 0 select - background: url('data:image/svg+xml;utf8,') center right no-repeat + background: url('data:image/svg+xml;utf8,') center right no-repeat padding-right: 3.0rem &:focus - background-image: url('data:image/svg+xml;utf8,') + background-image: url('data:image/svg+xml;utf8,') textarea min-height: 6.5rem From d44601d3438688e369e8da90899ac215349f193d Mon Sep 17 00:00:00 2001 From: fook_supachai Date: Sat, 28 Oct 2017 02:45:01 +0700 Subject: [PATCH 4/5] Update index.html change http to https --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index aa9e321..660d738 100644 --- a/test/index.html +++ b/test/index.html @@ -580,7 +580,7 @@ From 3c215ad0011e56d31e32d3034bfda5355817540b Mon Sep 17 00:00:00 2001 From: NuttasitBoonwat Date: Thu, 2 Nov 2017 20:29:04 +0700 Subject: [PATCH 5/5] Update readme.md edit http to https in line 64 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2949593..f296a54 100644 --- a/readme.md +++ b/readme.md @@ -61,4 +61,4 @@ Want to contribute? Follow these [recommendations](https://github.com/milligram/ ## License -Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org). +Designed with ♥ by [CJ Patoilo](https://cjpatoilo.com). Licensed under the [MIT License](https://cjpatoilo.mit-license.org).