Skip to content

Commit

Permalink
Fix: a disabled link to show a disabled cursor
Browse files Browse the repository at this point in the history
It seems like it'd wider issue in bootstrap, I've used the solution
posted in this thread, not the nicest but the fastest:
twbs/bootstrap#16088
  • Loading branch information
mybits committed Feb 3, 2018
1 parent d3b2662 commit d67bf1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/sass/partials/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ a {

&--disabled {
color: $link-disabled-colour;
pointer-events: none;
pointer-events: all !important;
cursor: not-allowed;
}
}
Expand Down
2 changes: 1 addition & 1 deletion ocdaction/static/styles/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ocdaction/static/styles/styles.css.map

Large diffs are not rendered by default.

0 comments on commit d67bf1d

Please sign in to comment.