Merge pull request #1147 from TypicalFooBar/101
[CommonUI] Info Bubbles allow user to copy text
This commit is contained in:
@@ -21,9 +21,6 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
//************************************************* GENERAL
|
//************************************************* GENERAL
|
||||||
.bubble-container {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//************************************************* LAYOUT
|
//************************************************* LAYOUT
|
||||||
|
|||||||
@@ -29,8 +29,7 @@
|
|||||||
define({
|
define({
|
||||||
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
|
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
|
||||||
"bubble-title=\"{{bubbleTitle}}\" " +
|
"bubble-title=\"{{bubbleTitle}}\" " +
|
||||||
"bubble-layout=\"{{bubbleLayout}}\" " +
|
"bubble-layout=\"{{bubbleLayout}}\">" +
|
||||||
"class=\"bubble-container\">" +
|
|
||||||
"<mct-include key=\"bubbleTemplate\" " +
|
"<mct-include key=\"bubbleTemplate\" " +
|
||||||
"ng-model=\"bubbleModel\">" +
|
"ng-model=\"bubbleModel\">" +
|
||||||
"</mct-include>" +
|
"</mct-include>" +
|
||||||
|
|||||||
Reference in New Issue
Block a user