Remove old button styles which are not used anywhere in core

This commit is contained in:
John O'Nolan 2014-08-04 19:37:04 +03:00
parent 0f320c115e
commit 4b6e3dae48

View File

@ -372,20 +372,6 @@ button {
}
}
// Alternative button with more visual attention,
// but no extra semantic meaning
.button-alt {
@extend %btn;
background: lighten($darkgrey, 10%);
&:hover,
&:focus {
background: $darkgrey;
}
&[class*='icon-']:before {
border-right-color: lighten($darkgrey, 10%);
}
}
// Alternative button with more visual attention, but no extra semantic meaning
.button-info {
@extend %btn;
@ -396,19 +382,6 @@ button {
}
}
// This applies normal link styles to de-emphasise a button
.button-link {
@extend %btn;
color: $blue;
background: transparent;
border: none;
&:hover,
&:focus {
background: transparent;
text-decoration: underline;
}
}
// Back button for pane animations
.button-back {
@extend %btn;