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 committed May 9, 2021
1 parent 270f52b commit 8ea5b30
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 @@ -15600,7 +15600,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 @@ -15820,7 +15820,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 8ea5b30

Please sign in to comment.