Skip to content

Commit 492e6a1

Browse files
committed
Editor: Added :hover to outliner.
1 parent 508e4d6 commit 492e6a1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

editor/css/dark.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
white-space: nowrap;
1616
}
1717

18+
.Outliner .option:hover {
19+
background-color: rgba(21,60,94,0.5);
20+
}
21+
22+
1823
.Outliner .option.active {
19-
background-color: #153C5E;
24+
background-color: rgba(21,60,94,1);
2025
}
2126

2227
.Panel.Collapsible.collapsed .Static .Button {

editor/css/light.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@
1616
white-space: nowrap;
1717
}
1818

19-
.Outliner .option.active {
19+
.Outliner .option:hover {
2020
background-color: rgba(0,0,0,0.02);
2121
}
2222

23+
.Outliner .option.active {
24+
background-color: rgba(0,0,0,0.04);
25+
}
26+
2327
input.Number {
2428
color: #0080f0!important;
2529
font-size: 12px;

0 commit comments

Comments
 (0)