Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 15... Línea 15...
15
            }
15
            }
16
        }
16
        }
17
    }
17
    }
Línea 18... Línea 18...
18
 
18
 
19
    // Override Bootstrap .close for better accessibility.
19
    // Override Bootstrap .close for better accessibility.
20
    .close {
20
    .btn-close {
21
        // Adjust the margins so the focus outline does not look clipped.
21
        // Adjust the margins so the focus outline does not look clipped.
Línea 22... Línea 22...
22
        margin: -0.8rem -0.8rem -0.8rem auto;
22
        margin: -0.4rem -0.4rem -0.4rem auto;
23
 
23
 
24
        // Inherit the opacity when focus is received for better focus outline contrast.
24
        // Inherit the opacity when focus is received for better focus outline contrast.
25
        &:not(:disabled):not(.disabled) {
25
        &:not(:disabled):not(.disabled) {
Línea 29... Línea 29...
29
            }
29
            }
30
        }
30
        }
31
    }
31
    }
32
}
32
}
Línea -... Línea 33...
-
 
33
 
-
 
34
/* Change the modal-dialog-scrollable class to position: static to fix the issue with popper.js and autocomplete. */
-
 
35
.modal-dialog-scrollable:has(.form-autocomplete-suggestions) {
-
 
36
    position: static;
-
 
37
    .modal-content {
-
 
38
        position: static;
-
 
39
        .modal-body {
-
 
40
            position: static;
-
 
41
        }
-
 
42
    }
-
 
43
}
33
 
44
 
34
/* Bug fix for TinyMCE menu when in fullscreen mode. */
45
/* Bug fix for TinyMCE menu when in fullscreen mode. */
35
body.tox-fullscreen .modal-dialog {
46
body.tox-fullscreen .modal-dialog {
36
    width: 100%;
47
    width: 100%;
37
    max-width: 100%;
48
    max-width: 100%;