Skip to content

Commit

Permalink
Add pointer-events: none to tooltips
Browse files Browse the repository at this point in the history
Out tooltips often are covering other interactive elements on the page,
this allows interacting with those elements "through" the tooltip.
Without this hovering over our rows of edit buttons feels clunky.
  • Loading branch information
jhawthorn committed Mar 9, 2016
1 parent 8234e35 commit 0ade066
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
}

.tooltip {
pointer-events: none;

&.action-edit, &.action-save, &.action-capture, &.action-add {
@include bootstrap-tooltip-color($brand-success);
}
Expand Down

0 comments on commit 0ade066

Please sign in to comment.