0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Strip base button style. This should be covered already.

This commit is contained in:
John O'Nolan 2014-08-04 19:38:41 +03:00
parent 9ecbb375a5
commit dcf54bd9ce

View file

@ -191,18 +191,6 @@ input[type="button"] {
}
//
// Button Reset
// --------------------------------------------------
button {
border: 0;
padding: 0;
background: transparent;
@include transition(all 0.15s ease-in-out);
}
//
// Base Button
// --------------------------------------------------