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 bed1793 commit 9027d3cCopy full SHA for 9027d3c
packages/react-aria-components/example/index.css
@@ -16,6 +16,10 @@ html {
16
margin-left: calc(var(--tree-item-level) * 15px);
17
}
18
19
+ :global(.react-aria-DropIndicator[data-drop-target]) {
20
+ outline: 1px solid slateblue;
21
+ }
22
+
23
&[data-drop-target] {
24
outline: 2px solid purple;
25
outline-offset: -2px;
0 commit comments