From: harry Date: Sun, 12 Mar 2017 09:58:12 +0000 (+0530) Subject: Change in comments of the code X-Git-Tag: v6.4.0-rc1~65^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6126938acad4c932e8df4a9fb821bf8fc6337976;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change in comments of the code --- diff --git a/scss/forms/_meter.scss b/scss/forms/_meter.scss index 082f82322..2f4e10b97 100644 --- a/scss/forms/_meter.scss +++ b/scss/forms/_meter.scss @@ -37,7 +37,7 @@ $meter-fill-bad: $alert-color !default; height: $meter-height; margin-bottom: 1rem; - -webkit-appearance: text; // Hack to disable `-webkit-appearance` from getting prefixed + -webkit-appearance: text; // Hack to disable `-webkit-appearance: none` from getting prefixed appearance: none; @if has-value($meter-radius) {