mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
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:
parent
30513f9740
commit
d5e084bcb6
4 changed files with 5 additions and 5 deletions
|
@ -312,7 +312,7 @@ body.path-question-type {
|
|||
}
|
||||
.qtype_multichoice_clearchoice {
|
||||
padding-top: 10px;
|
||||
label {
|
||||
a {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
padding-left: 30px;
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue