mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Remove old button styles which are not used anywhere in core
This commit is contained in:
parent
0f320c115e
commit
4b6e3dae48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user