Skip to content

Commit db1d4e6

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
Update knowledge-base/dialog-close-on-esc.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 96d6a4b commit db1d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/dialog-close-on-esc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To ensure the Dialog closes on `ESC` even after focusing the content, wrap the D
5555
transition: background-color 0.2s ease;
5656
}
5757
58-
/* Visual indication when the wrapper is focused */
58+
/* Optional visual indication when the wrapper is focused */
5959
.focusable-content .dialog-content-wrapper:focus-within {
6060
background-color: rgba(0, 123, 255, 0.05);
6161
}

0 commit comments

Comments
 (0)