You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/03/18 16:11:33 UTC

[incubator-dlab] 01/01: [DLAB-538]: fixed issue with roles updation in firefox

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

ankovalyshyn pushed a commit to branch DLAB-538
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 9cac83c6ac6c6cbfca7c70ee25f6368575dadab8
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Mon Mar 18 18:09:04 2019 +0200

    [DLAB-538]: fixed issue with roles updation in firefox
---
 .../manage-roles-groups/manage-roles-groups.component.html         | 7 +++----
 .../manage-roles-groups/manage-roles-groups.component.scss         | 7 +++++++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.html b/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.html
index 61ba97c..85b751b 100644
--- a/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.html
@@ -139,11 +139,10 @@
 
               <button mat-icon-button class="apply ani" matTooltip="Group cannot be updated without any selected role"
                       matTooltipPosition="above"
-                      [matTooltipDisabled]="item.selected_roles.length > 0"> 
-                <span class="mid" [ngClass]="{ 'not-allowed' : !item.selected_roles.length }"
+                      [matTooltipDisabled]="item.selected_roles.length > 0"
+                      [ngClass]="{ 'not-allowed' : !item.selected_roles.length }"
                       (click)="manageAction('update', 'group', item)">
-                  <i class="material-icons">done</i>
-                </span>
+                <i class="material-icons">done</i>
               </button>
             </td>
           </tr>
diff --git a/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.scss b/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.scss
index 59927dc..d5154da 100644
--- a/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/management/manage-roles-groups/manage-roles-groups.component.scss
@@ -67,6 +67,13 @@
       }
     }
   }
+  .text-center {
+    button {
+      &:not(:last-child) {
+        margin-right: 5px;
+      }
+    }
+  }
 }
 .selector-wrapper {
   display: flex;


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