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

Commit 785ce78

Browse files
committed
refactor(splitter): improve scope of icon styles
1 parent 3f9bd7e commit 785ce78

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scss/splitter/_layout.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,13 @@
5454
.k-icon {
5555
font-size: $splitter-resize-icon-size;
5656
display: block;
57+
cursor: pointer;
5758
}
5859
}
5960

6061
.k-splitbar-draggable-horizontal { cursor: col-resize; }
6162
.k-splitbar-draggable-vertical { cursor: row-resize; }
6263

63-
.k-collapse-next,
64-
.k-collapse-prev,
65-
.k-expand-next,
66-
.k-expand-prev {
67-
cursor: pointer;
68-
}
69-
7064
.k-ghost-splitbar-horizontal,
7165
.k-splitbar-horizontal {
7266
width: $splitter-splitbar-size;

0 commit comments

Comments
 (0)