mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Change focused state of introjs button (#9677)
This commit is contained in:
@@ -56,7 +56,7 @@ div
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.introjs-button:hover, .introjs-button:active {
|
.introjs-button:hover, .introjs-button:active, .introjs-button:focus {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #4f2a93 !important;
|
background-color: #4f2a93 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user