a11y: add transparent style for accordion button (#73803) #139

Merged
csechet merged 1 commits from wip/73803-pk-accordion-button into main 2023-03-10 10:38:24 +01:00
1 changed files with 11 additions and 1 deletions

View File

@ -245,7 +245,7 @@ div.buttons div {
.fargo-pick-popup button,
button.ui-button,
a#a2-continue,
.gru-content button,
.gru-content button:not(.pk-accordion-button),
input[type=submit],
div.buttons input {
@extend %button;
@ -256,6 +256,16 @@ div.buttons .cancel-button button {
@extend %cancel-button;
}
button.pk-accordion-button {
background: transparent;
font-weight: inherit;
text-transform: inherit;
color: inherit;
padding: 0;
margin: 0;
border: none;
}
.gru-content form.disabled-during-submit {
// this class is added to forms in w.c.s. when a button is clicked.
div.buttons {