Skip to content

Commit

Permalink
MDL-71060 Questions: Duplicates 'Current category' text.
Browse files Browse the repository at this point in the history
  • Loading branch information
JBThong authored and vmdef committed May 10, 2021
1 parent c53a081 commit 6af383f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/boost/scss/moodle/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

body.path-question-type {
/* Hacks to display the labels within a form group. */
.form-group .sr-only:not(legend) {
.form-group .sr-only:not(legend):not([for="id_category"]) {
position: static;
width: auto;
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -15686,7 +15686,7 @@ a.ygtvspacer:hover {

body.path-question-type {
/* Hacks to display the labels within a form group. */ }
body.path-question-type .form-group .sr-only:not(legend) {
body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
position: static;
width: auto;
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -15913,7 +15913,7 @@ a.ygtvspacer:hover {

body.path-question-type {
/* Hacks to display the labels within a form group. */ }
body.path-question-type .form-group .sr-only:not(legend) {
body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
position: static;
width: auto;
height: auto;
Expand Down

0 comments on commit 6af383f

Please sign in to comment.