Fix linting errors

This commit is contained in:
Joachim
2021-11-28 18:26:01 +01:00
parent 89bbf005c3
commit c924f578e5
3 changed files with 16 additions and 2 deletions

View File

@ -30,15 +30,19 @@ body {
overflow-x: auto;
}
/* stylelint-disable no-descending-specificity */
.modal-card:focus {
outline-style: auto;
}
.modal-card:focus:not(:focus-visible) {
outline-style: initial;
}
.modal-card:focus-visible {
outline-style: auto;
}
/* stylelint-disable no-descending-specificity */
.modal-card.is-fullwidth {
min-width: 75% !important;