fix: answer button accessibility (#271)

This commit is contained in:
Jesper Hodge
2023-03-10 14:18:21 -05:00
committed by GitHub
parent b4edfe0bcb
commit 0ce9e4dfd3

View File

@@ -3,10 +3,6 @@
&:not(.disabled) {
&:hover, &:active, &:focus {
background-color: transparent;
&:before {
display: none;
}
}
}
}