Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Commit 49a8488

Browse files
committed
Merge branch 'release/5.0.1'
2 parents 61648eb + 6b0dd84 commit 49a8488

20 files changed

+13104
-12592
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ Handsontable Pro comes with wrappers and directives for most popular frameworks:
119119
- [React](//github.com/handsontable/react-handsontable)
120120
- [Vue](//github.com/handsontable/vue-handsontable-official)
121121
- [Polymer](//github.com/handsontable/hot-table)
122-
- [Typescript file](//github.com/handsontable/handsontable-pro/blob/master/handsontable.d.ts)
123122

124123
<br/>
125124

dist/handsontable.css

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/handsontable.css.map

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/handsontable.full.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* RELIABILITY AND PERFORMANCE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE
2121
* UNINTERRUPTED OR ERROR FREE.
2222
*
23-
* Version: 5.0.0
24-
* Release date: 11/07/2018 (built at 11/07/2018 12:11:05)
23+
* Version: 5.0.1
24+
* Release date: 16/08/2018 (built at 16/08/2018 12:38:43)
2525
*/
2626
/**
2727
* Fix for bootstrap styles
@@ -351,6 +351,17 @@
351351
display:none !important;
352352
}
353353

354+
/* A layer order of the selection types */
355+
.handsontable .wtBorder.current {
356+
z-index: 10;
357+
}
358+
.handsontable .wtBorder.area {
359+
z-index: 8;
360+
}
361+
.handsontable .wtBorder.fill {
362+
z-index: 6;
363+
}
364+
354365
.handsontable td.area,
355366
.handsontable td.area-1,
356367
.handsontable td.area-2,

0 commit comments

Comments
 (0)