This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a commit to branch v2.1-RC2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/v2.1-RC2 by this push:
new 1c5a96c [DLAB-538]: fixed issue with roles updation in firefox
1c5a96c is described below
commit 1c5a96c44251fb00619f5ceb9bfc7605ebb7864c
Author: Andriana Kovalyshyn <[email protected]>
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/health-status/manage-roles-groups/manage-roles-groups.component.html
b/services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.html
index 61ba97c..85b751b 100644
---
a/services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.html
+++
b/services/self-service/src/main/resources/webapp/src/app/health-status/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/health-status/manage-roles-groups/manage-roles-groups.component.scss
b/services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.scss
index 6d5307f..eb9bed0 100644
---
a/services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.scss
+++
b/services/self-service/src/main/resources/webapp/src/app/health-status/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: [email protected]
For additional commands, e-mail: [email protected]