style: changed quiz button to secondary

This commit is contained in:
Jannat Patel
2021-10-22 18:55:55 +05:30
parent 60393e048e
commit ce01e83382
2 changed files with 4 additions and 4 deletions

View File

@@ -483,7 +483,7 @@ input[type=checkbox] {
background: #FFFFFF;
}
.is-secondary:hover {
.is-secondary:hover:not(:disabled) {
text-decoration: none;
color: inherit;
}