mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
787c11efda
commit
eaf4781f5f
@@ -279,3 +279,10 @@
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ajs-maximize {
|
||||
@extend .btn-secondary;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user