ui: Restrict %secondary-button to only form buttons in the main content (#7836)

This commit is contained in:
John Cowen 2020-05-12 13:14:10 +01:00 committed by John Cowen
parent ed201c3f17
commit df1ae18a41
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ a.type-create {
// TODO: Once we move action-groups to use aria menu we can get rid of
// some of this and just use not(aria-haspopup)
button[type='reset'],
form button[type='button']:not([aria-haspopup='menu']),
%app-view-content form button[type='button']:not([aria-haspopup='menu']),
header .actions button[type='button']:not(.copy-btn),
button.type-cancel,
html.template-error div > a {
@extend %secondary-button;
}
.with-confirmation .type-delete,
form button[type='button'].type-delete {
%app-view-content form button[type='button'].type-delete {
@extend %dangerous-button;
}
button.copy-btn {