Fixed focus color issue for Alertify dialog buttons. Fixes #5292

This commit is contained in:
Nagesh Dhope
2020-03-26 15:30:31 +05:30
committed by Akshay Joshi
parent 94a76cc9e0
commit f17d4530a3
3 changed files with 16 additions and 2 deletions

View File

@@ -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

View File

@@ -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;
}
}
}