mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
17 lines
269 B
CSS
17 lines
269 B
CSS
.Active,
|
|
.Inactive {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.Active {
|
|
background-color: var(--color-selected-tree-highlight-active);
|
|
}
|
|
|
|
.Inactive {
|
|
background-color: var(--color-selected-tree-highlight-inactive);
|
|
}
|