You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/11/06 11:22:08 UTC

[incubator-datalab] branch DATALAB-2140 created (now fcc6750)

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a change to branch DATALAB-2140
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at fcc6750  [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking

This branch includes the following new commits:

     new fcc6750  [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DATALAB-2140
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit fcc675083d57d817891dd4f58f8a2438d4870b42
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Fri Nov 6 13:21:48 2020 +0200

    [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking
---
 .../src/main/resources/webapp/src/assets/styles/_theme.scss        | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
index 7799e11..c5b121c 100644
--- a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
+++ b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
@@ -350,6 +350,13 @@ span.mat-slide-toggle-content {
     }
 }
 
+.mat-chip-list {
+  pointer-events: none;
+  .mat-chip{
+    pointer-events: all;
+  }
+}
+
 .manage-roles,
 .project-form,
 .selection,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org