From ac1f0bcf811fb6a56553f995a95403a6a0b36f3a Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Thu, 21 Sep 2017 21:57:10 +1000 Subject: [PATCH] Remove duplicate styling from _buttons.scss --- scss/modules/_buttons.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/scss/modules/_buttons.scss b/scss/modules/_buttons.scss index 0dcd75d..4e5d162 100644 --- a/scss/modules/_buttons.scss +++ b/scss/modules/_buttons.scss @@ -129,19 +129,4 @@ input { background-color: $link-color; border-color: $link-color; } - &[type="email"], - &[type="number"], - &[type="search"], - &[type="text"], - &[type="tel"], - &[type="url"], - &[type="password"] { - height: 38px; - padding: 6px 10px; // The 6px vertically centers text on FF, ignored by Webkit - background-color: #fff; - border: 1px solid lighten($border-color, 8.8%); - border-radius: $global-radius; - box-shadow: none; - box-sizing: border-box; - } }