0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(ui): hide toast outline (#2405)

This commit is contained in:
simeng-li 2022-11-11 15:18:38 +08:00 committed by GitHub
parent c4d4229c34
commit fc63b14974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,10 @@
text-align: center;
word-break: break-word;
pointer-events: auto;
&:focus-visible {
outline: none;
}
}
/* stylelint-disable selector-class-pattern */