/* public/app/css/stt-adv-marks.css
 * Synopsis: Soulignements erreurs Mode avancé.
 * Objectif: Vague visuelle sans capturer les clics.
 */

.dash .stt-adv-mark {
    color: transparent;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font: inherit;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}

.dash .stt-adv-mark--spell {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-decoration: underline wavy #e08a4a;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.22em;
}

.dash .stt-adv-mark--grammar {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-decoration: underline wavy #6a9bff;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.22em;
}
