Skip to content

Commit

Permalink
Merge pull request ngageoint#593 in WV/opensphere from ~PAULSENM/open…
Browse files Browse the repository at this point in the history
…sphere:THIN-12555 to master

* commit '6aea84743180ed5b63179e1f83123956936e9d10':
  feat(link.scss): Add a class to allow for links to be disabled
  • Loading branch information
rothmike committed Dec 21, 2018
2 parents 0700b57 + 6aea847 commit 8c9d53f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/opensphere.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@import 'os/formatter';
@import 'os/glyph';
@import 'os/iconpicker';
@import 'os/link';
@import 'os/loading';
@import 'os/loboptions';
@import 'os/navtop';
Expand Down
7 changes: 7 additions & 0 deletions scss/os/_link.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.link.disabled {
pointer-events: none;

i {
color: #6c757d;
}
}

0 comments on commit 8c9d53f

Please sign in to comment.