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

Commit

Permalink
feat(handle): using the same css properties for handle container exce…
Browse files Browse the repository at this point in the history
…pt for cursor
  • Loading branch information
widmoser committed Jan 21, 2016
1 parent d3fe867 commit ee24d69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
.ui-layout-column > .ui-splitbar > a:not(.ui-splitbar-handle-container),
.ui-layout-row > .ui-splitbar > a:not(.ui-splitbar-handle-container) {
cursor: pointer;
}

.ui-layout-column > .ui-splitbar > a,
.ui-layout-row > .ui-splitbar > a {
text-align: center;
font-size: 16px;
color: #aaa;
Expand Down

0 comments on commit ee24d69

Please # to comment.