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 2021/02/04 13:36:39 UTC

[incubator-datalab] 01/02: [DATALAB-2275]: Removed extra tooltip on Safari

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

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

commit b0b4546f265a454733108efbbbbbbdd68c1a54e6
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Feb 4 15:35:20 2021 +0200

    [DATALAB-2275]: Removed extra tooltip on Safari
---
 services/self-service/src/main/resources/webapp/src/styles.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/styles.scss b/services/self-service/src/main/resources/webapp/src/styles.scss
index e3425dc..fb50f17 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -445,6 +445,12 @@ input[type='number'] {
   }
 }
 
+.mat-chip.mat-standard-chip:after {
+  height: 0;
+  width: 0;
+  opacity: 0;
+}
+
 .capitalize {
   text-transform: capitalize;
 }


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