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:24:10 UTC

[incubator-datalab] branch develop updated: [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking (#972)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new f33db09  [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking (#972)
f33db09 is described below

commit f33db09f800c5d51dd1afda99acb91e597ade6be
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Fri Nov 6 13:24:03 2020 +0200

    [DATALAB-2139]: Adjusted sensitive space for endpoint_tag during mouse clicking (#972)
    
    [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