* fixes #378

* fixes  #378

Horizontal Resizer cursor made default when disabled.
This commit is contained in:
Himanshu 2018-02-23 02:31:39 +05:30 committed by Cassie Tarakajian
parent 3a0139340c
commit 3b10b2d0f3
1 changed files with 5 additions and 0 deletions

View File

@ -42,4 +42,9 @@
.Resizer.vertical:hover {
// border-left: 5px solid rgba(0, 0, 0, 0.5);
// border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical.disabled,
.Resizer.horizontal.disabled{
cursor: default;
}