mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed focus color issue for Alertify dialog buttons. Fixes #5292
This commit is contained in:
committed by
Akshay Joshi
parent
94a76cc9e0
commit
f17d4530a3
@@ -22,6 +22,9 @@ indent_size = 2
|
||||
[*.css]
|
||||
indent_size = 2
|
||||
|
||||
[*.scss]
|
||||
indent_size = 2
|
||||
|
||||
# Matches the exact file package.json
|
||||
[{package.json}]
|
||||
indent_size = 2
|
||||
|
@@ -281,8 +281,18 @@
|
||||
}
|
||||
|
||||
|
||||
.ajs-maximize {
|
||||
.ajs-commands {
|
||||
button {
|
||||
@extend .btn-secondary;
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wizard-header {
|
||||
.ml-auto {
|
||||
button {
|
||||
@extend .btn-secondary;
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user