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 14:08:54 UTC

[incubator-datalab] branch develop updated: [DATALAB-2275]: Removed extra hint on all tags on Safari (#1059)

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 33ae713   [DATALAB-2275]: Removed extra hint on all tags on Safari (#1059)
33ae713 is described below

commit 33ae7130ebdeffaf01d46ad8e380ccc0b8b2ba2a
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Thu Feb 4 16:08:45 2021 +0200

     [DATALAB-2275]: Removed extra hint on all tags on Safari (#1059)
    
    [DATALAB-2275]: Removed extra hint on all tags 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..51aef16 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