Skip to content

Commit b5b2aec

Browse files
committed
Change colors of return value arrows on hover to make it more obvious that they are clickable.
1 parent 0d3e380 commit b5b2aec

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
206 Bytes
Loading

src/ui-images/arrow_tail_hover.png

197 Bytes
Loading

src/ui-style/debugger_style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,13 @@ d
16691669
background: transparent url("../ui-images/arrow_tail.png") 14px 2px no-repeat;
16701670
}
16711671

1672-
.return-values li:hover .return-value-arrow
1672+
.return-function-from:hover .return-value-arrow-from
16731673
{
1674+
background-image: url("../ui-images/arrow_roundl_focused.png");
1675+
}
1676+
1677+
.return-value:hover .return-value-arrow-to
1678+
{
1679+
background-image: url("../ui-images/arrow_tail_focused.png");
16741680
}
16751681

0 commit comments

Comments
 (0)