[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

@@ -19,6 +19,13 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
//************************************************* GENERAL
.bubble-container {
pointer-events: none;
}
//************************************************* LAYOUT
.l-infobubble-wrapper {