Hide text with button - problem with styling

There must be something with Anki. It also doesn’t work for me.
You can still do a workaround by using only the “background” shorthand along a “!important” property for styling.

.button:hover 
{
    background: #0056b3 !important;
}
3 Likes