diff --git a/app/assets/stylesheets/common/foundation/base.scss b/app/assets/stylesheets/common/foundation/base.scss index 280a7e1c972..08b7c4cdf30 100644 --- a/app/assets/stylesheets/common/foundation/base.scss +++ b/app/assets/stylesheets/common/foundation/base.scss @@ -139,3 +139,13 @@ tr { ruby > rt { font-size: 72%; // ~10px with 14px base } + +// Buttons (was in normalized) +// -------------------------------------------------- + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; +}