Commit 4cc6b57
committed
fix(MessageComposer): keep textarea focus ring suppressed after width fix
Loosening the .str-chat__textarea selector dropped its specificity from
(0,3,1) to (0,2,1), which let the global `.str-chat *:focus-visible`
outline rule (base.scss, (0,3,0)) override the textarea's `outline: none`
and show a focus ring. Re-assert the reset on :focus-visible so it lands at
(0,3,1) and keeps outranking the global outline.1 parent c5dc66d commit 4cc6b57
1 file changed
Lines changed: 9 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
270 | 279 | | |
271 | 280 | | |
272 | 281 | | |
| |||
0 commit comments