MDL-5311 qtype_multichoice: replace label to a for clean button

To avoid behat errors with Firefox, the 'Clean my choice' has been
changed from label to link (with role button).
This commit is contained in:
Sara Arjona 2019-04-30 17:54:23 +02:00 committed by Eloy Lafuente (stronk7)
parent 30513f9740
commit d5e084bcb6
4 changed files with 5 additions and 5 deletions

View file

@ -312,7 +312,7 @@ body.path-question-type {
}
.qtype_multichoice_clearchoice {
padding-top: 10px;
label {
a {
cursor: pointer;
text-decoration: underline;
padding-left: 30px;

View file

@ -14030,7 +14030,7 @@ body.path-question-type {
.qtype_multichoice_clearchoice {
padding-top: 10px; }
.qtype_multichoice_clearchoice label {
.qtype_multichoice_clearchoice a {
cursor: pointer;
text-decoration: underline;
padding-left: 30px; }

View file

@ -14281,7 +14281,7 @@ body.path-question-type {
.qtype_multichoice_clearchoice {
padding-top: 10px; }
.qtype_multichoice_clearchoice label {
.qtype_multichoice_clearchoice a {
cursor: pointer;
text-decoration: underline;
padding-left: 30px; }