Skip to content

Commit fd90196

Browse files
author
Brian Vaughn
committed
Render scroll carets with rgba
1 parent 7a0f459 commit fd90196

File tree

1 file changed

+2
-2
lines changed
  • packages/react-devtools-shared/src/devtools/views

1 file changed

+2
-2
lines changed

packages/react-devtools-shared/src/devtools/views/root.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
--light-color-search-match-current: #f7923b;
114114
--light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1);
115115
--light-color-selected-tree-highlight-inactive: rgba(0, 0, 0, 0.05);
116-
--light-color-scroll-caret: #d1d1d1;
116+
--light-color-scroll-caret: rgba(0, 0, 0, 0.1);
117117
--light-color-shadow: rgba(0, 0, 0, 0.25);
118118
--light-color-tab-selected-border: #0088fa;
119119
--light-color-text: #000000;
@@ -240,7 +240,7 @@
240240
--dark-color-search-match-current: #f7923b;
241241
--dark-color-selected-tree-highlight-active: rgba(23, 143, 185, 0.15);
242242
--dark-color-selected-tree-highlight-inactive: rgba(255, 255, 255, 0.05);
243-
--dark-color-scroll-caret: #4f5766;
243+
--dark-color-scroll-caret: rgba(0, 0, 0, 0.1);
244244
--dark-color-shadow: rgba(0, 0, 0, 0.5);
245245
--dark-color-tab-selected-border: #178fb9;
246246
--dark-color-text: #ffffff;

0 commit comments

Comments
 (0)