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:
parent
c4d4229c34
commit
fc63b14974
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
text-align: center;
|
||||
word-break: break-word;
|
||||
pointer-events: auto;
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
|
|
Loading…
Reference in a new issue