Change focused state of introjs button (#9677)

This commit is contained in:
Allister
2018-01-05 11:24:32 -08:00
committed by Sabe Jones
parent 8b5933177a
commit acf4b4da63

View File

@@ -56,7 +56,7 @@ div
}
}
.introjs-button:hover, .introjs-button:active {
.introjs-button:hover, .introjs-button:active, .introjs-button:focus {
background-image: none;
background-color: #4f2a93 !important;
color: #fff;