0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -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 4b6e3dae48
commit c56ea041d3

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
// --------------------------------------------------