Skip to content

Commit f41e889

Browse files
author
Mark Hayes
committedFeb 28, 2012
bumped version which fixes a bug that causes sass converter to fail
1 parent 32396dd commit f41e889

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎lib/foundation/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Foundation
22
COMMIT = "897984db68d9d4093e9b6e82f1ccb3e5d6c97cd6"
3-
VERSION = "2.2.0.0"
3+
VERSION = "2.2.0.1"
44
end

‎vendor/assets/stylesheets/foundation/ui.css.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646
/* Don't use native buttons on iOS */
47-
input[type=submit].button, button.button { -webkit-appearance: none; }
47+
input[type="submit"].button, button.button { -webkit-appearance: none; }
4848

4949
/* Hide inner focus effect in Firefox */
5050
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
@@ -132,12 +132,12 @@
132132
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }
133133

134134
/* Correct FF button padding */
135-
@-moz-document url-prefix(http://) {
136-
input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
137-
input[type=submit].tiny.button { padding: 5px 14px 7px; }
138-
input[type=submit].small.button { padding: 7px 20px 8px; }
139-
input[type=submit].medium.button { padding: 8px 34px 9px; }
140-
input[type=submit].large.button { padding: 9px 48px 10px; }
135+
@-moz-document url-prefix("http://") {
136+
input[type="submit"].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
137+
input[type="submit"].tiny.button { padding: 5px 14px 7px; }
138+
input[type="submit"].small.button { padding: 7px 20px 8px; }
139+
input[type="submit"].medium.button { padding: 8px 34px 9px; }
140+
input[type="submit"].large.button { padding: 9px 48px 10px; }
141141
}
142142

143143

0 commit comments

Comments
 (0)
Failed to load comments.