1) Added accessibility support in AlertifyJS. Fixes #5154

2) Fix accessibility issue for the maximize button of the Alertify dialog. Fixes #5143
This commit is contained in:
Pradip Parkale
2020-02-25 18:23:36 +05:30
committed by Akshay Joshi
parent 787c11efda
commit eaf4781f5f
7 changed files with 16 additions and 6 deletions

View File

@@ -279,3 +279,10 @@
transform: none;
}
}
.ajs-maximize {
@extend .btn-secondary;
outline: none !important;
}