scss: add placeholder selector for cancel buttons (#35469)

This commit is contained in:
Frédéric Péters 2019-08-20 09:28:59 +02:00
parent 2bcc4022f0
commit 84627b5d17
1 changed files with 9 additions and 0 deletions

View File

@ -118,6 +118,10 @@ div.buttons div {
}
}
%cancel-button {
@extend %button;
}
.fargo-pick-popup button,
button.ui-button,
a#a2-continue,
@ -127,6 +131,11 @@ div.buttons input {
@extend %button;
}
div.gru-content button.cancel-button,
div.buttons .cancel-button button {
@extend %cancel-button;
}
div.gru-content form.disabled-during-submit {
// this class is added to forms in w.c.s. when a button is clicked.
div.buttons {