[Frontend] Fix to prevent infobubbles from preventing clicks

GitHub-12
Added CSS class "bubble-container" to BUBBLE_TEMPLATE;
bubble-container utilizes CSS "pointer-events: none";
Changed INFO_HOVER_DELAY constant from 500ms to 2000ms;
This commit is contained in:
Charles Hacskaylo
2015-06-18 15:18:42 -07:00
parent eb2cddc063
commit 0201a4bcf8
5 changed files with 54 additions and 40 deletions

View File

@@ -1,6 +1,8 @@
<mct-container key="bubble"
bubble-title="{{parameters.title}}"
bubble-layout="{{parameters.layout}}">
<mct-container
key="bubble"
bubble-title="{{parameters.title}}"
bubble-layout="{{parameters.layout}}"
>
<mct-include key="info-table"
ng-model="ngModel">
</mct-include>