Skip to content

Commit 2755240

Browse files
committed
Marking as 4.0.4
1 parent 4f2eef4 commit 2755240

11 files changed

+1558
-2659
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to Inspire Tree DOM
22

3+
# 4.0.4
4+
5+
- Fixed drop event logic failing when non-nodes are dropped.
6+
37
# 4.0.3
48

59
- Fixed color of focused wholerow border for dark theme.

dist/inspire-tree-dark.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
border-radius: 3px;
55
display: inline-block;
66
height: 20px;
7-
-webkit-transition: all 150ms linear;
87
transition: all 150ms linear;
98
width: 20px; }
109
.inspire-tree .btn:hover {
11-
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
12-
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
10+
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
1311
.inspire-tree .btn + .btn {
1412
margin-left: 5px; }
1513
.inspire-tree .btn.icon {
@@ -58,8 +56,7 @@
5856
.inspire-tree:focus {
5957
outline: none; }
6058
.inspire-tree, .inspire-tree * {
61-
-webkit-box-sizing: border-box;
62-
box-sizing: border-box; }
59+
box-sizing: border-box; }
6360
.inspire-tree ol {
6461
list-style: none;
6562
margin: 0;
@@ -297,8 +294,8 @@
297294
width: 100%;
298295
z-index: 1; }
299296

300-
.inspire-tree .focused:not(.selected) > .wholerow {
301-
outline: 1px dotted white; }
297+
.inspire-tree .focused > .wholerow {
298+
border: 1px dotted white; }
302299

303300
.inspire-tree .title-wrap:hover + .wholerow {
304301
background: rgba(100, 100, 100, 0.5); }

dist/inspire-tree-dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/inspire-tree-dark.min.css.gz

-11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)