Skip to content

Commit

Permalink
Merge pull request ngageoint#599 in WV/opensphere from ~ROTHM/opensph…
Browse files Browse the repository at this point in the history
…ere:THIN-12606 to master

* commit '0bdf8b287d5df876ca6cde5f8a4964c21d417549':
  feat(styles): default cursor
  • Loading branch information
rothmike committed Dec 31, 2018
2 parents c103451 + 0bdf8b2 commit 5796f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/os/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
@include grabbing-cursor();
}

.u-cursor-default {
cursor: default;
}

.u-btn-separator {
border-left: 1px solid $body-color;
border-right: 1px solid $body-bg;
Expand Down

0 comments on commit 5796f0a

Please sign in to comment.