We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6a4b commit db1d4e6Copy full SHA for db1d4e6
knowledge-base/dialog-close-on-esc.md
@@ -55,7 +55,7 @@ To ensure the Dialog closes on `ESC` even after focusing the content, wrap the D
55
transition: background-color 0.2s ease;
56
}
57
58
- /* Visual indication when the wrapper is focused */
+ /* Optional visual indication when the wrapper is focused */
59
.focusable-content .dialog-content-wrapper:focus-within {
60
background-color: rgba(0, 123, 255, 0.05);
61
0 commit comments