]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change in comments of the code
authorharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 09:58:12 +0000 (15:28 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 09:58:12 +0000 (15:28 +0530)
scss/forms/_meter.scss

index 082f82322ec34622813e4c0af55a9a45025ca650..2f4e10b97fbf946192065c9d19451653b2194b83 100644 (file)
@@ -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) {