forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ngageoint#593 in WV/opensphere from ~PAULSENM/open…
…sphere:THIN-12555 to master * commit '6aea84743180ed5b63179e1f83123956936e9d10': feat(link.scss): Add a class to allow for links to be disabled
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.link.disabled { | ||
pointer-events: none; | ||
|
||
i { | ||
color: #6c757d; | ||
} | ||
} |