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/05 10:27:33 UTC

[incubator-datalab] 03/03: [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-2272
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit a5af624f60677dfbb60644d609e51471838ca1ec
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Fri Feb 5 12:26:17 2021 +0200

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

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 51aef16..2e48da8 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -448,7 +448,7 @@ input[type='number'] {
 .mat-chip.mat-standard-chip::after {
   height: 0;
   width: 0;
-  opacity: 0;
+  position: unset;
 }
 
 .capitalize {


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