mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-71060 Questions: Duplicates 'Current category' text.
This commit is contained in:
parent
ad8b3d2ba9
commit
d1d7873f3a
3 changed files with 3 additions and 3 deletions
|
@ -229,7 +229,7 @@
|
||||||
|
|
||||||
body.path-question-type {
|
body.path-question-type {
|
||||||
/* Hacks to display the labels within a form group. */
|
/* 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;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
@ -15686,7 +15686,7 @@ a.ygtvspacer:hover {
|
||||||
|
|
||||||
body.path-question-type {
|
body.path-question-type {
|
||||||
/* Hacks to display the labels within a form group. */ }
|
/* 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;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
@ -15913,7 +15913,7 @@ a.ygtvspacer:hover {
|
||||||
|
|
||||||
body.path-question-type {
|
body.path-question-type {
|
||||||
/* Hacks to display the labels within a form group. */ }
|
/* 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;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue