Skip to content

Commit

Permalink
feat(styles): default cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmike committed Dec 28, 2018
1 parent c103451 commit 0bdf8b2
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 0bdf8b2

Please sign in to comment.