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-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 04c9c44  [DLAB-1473]: Values of drop down list are unavailable only 
for Safari/MS edge browsers (#554)
04c9c44 is described below

commit 04c9c44ba11725a5d5a046bb59fff8bff70042c0
Author: Dmytro Gnatyshyn <42860905+dg1...@users.noreply.github.com>
AuthorDate: Fri Jan 24 19:01:47 2020 +0200

    [DLAB-1473]: Values of drop down list are unavailable only for Safari/MS 
edge browsers (#554)
---
 .../modal-dialog/notification-dialog/notification-dialog.component.ts | 2 +-
 .../src/main/resources/webapp/src/assets/styles/_dialogs.scss         | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
index 4193b0b..94d3fb3 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts
@@ -136,7 +136,7 @@ import { MatDialogRef, MAT_DIALOG_DATA } from 
'@angular/material/dialog';
     .resource-list-header{display: flex; font-weight: 600; font-size: 
16px;height: 48px; border-top: 1px solid #edf1f5; border-bottom: 1px solid 
#edf1f5; padding: 0 20px;}
     .resource-list-row{display: flex; border-bottom: 1px solid 
#edf1f5;padding: 0 20px;}
     .confirm-resource-terminating{text-align: left; padding: 10px 20px;}
-    .confirm-message{color: #35afd5;font-size: 13px;min-height: 18px; 
text-align: center;}
+    .confirm-message{color: #ef5c4b;font-size: 13px;min-height: 18px; 
text-align: center;}
     .checkbox{margin-right: 5px;vertical-align: middle; margin-bottom: 3px;}
     label{cursor: pointer}
 
diff --git 
a/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
 
b/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
index 202d144..f1fa89f 100644
--- 
a/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
@@ -291,11 +291,9 @@ mat-dialog-container {
 }
 
 .cdk-overlay-container .cdk-overlay-pane {
-
   .mat-select-panel {
-
     &.ng-animating {
-      display: none;
+      visibility: hidden;
     }
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to