Anki 2.1.47 feature?


This little pipin on the button “Shows answer” irritates me a bit. How do I remove it? I tried to “Tab” and clicked with LMB elsewhere on the UI of the app - no results

If you’re using this add-on, try adding the following code to the end of user_bottom_buttons.css file in user_files folder.

button {
    outline: none !important;
}

(Disclaimer: I am the author of the add-on.)

1 Like