Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit ee24d69

Browse files
committed
feat(handle): using the same css properties for handle container except for cursor
1 parent d3fe867 commit ee24d69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui-layout.css

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
.ui-layout-column > .ui-splitbar > a:not(.ui-splitbar-handle-container),
7777
.ui-layout-row > .ui-splitbar > a:not(.ui-splitbar-handle-container) {
7878
cursor: pointer;
79+
}
80+
81+
.ui-layout-column > .ui-splitbar > a,
82+
.ui-layout-row > .ui-splitbar > a {
7983
text-align: center;
8084
font-size: 16px;
8185
color: #aaa;

0 commit comments

Comments
 (0)