diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-25 13:34:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 13:34:42 -0400 |
commit | defd7402cffcfb45d85a56b1f093c91d4fd6e866 (patch) | |
tree | b62106cc7647952acc44b51a9f5eab3b190317ca /ext/bg/css/settings.css | |
parent | 9e9bd0dcf6b356d926ff46dc57b76b0d3734d8a6 (diff) |
Anki controller refactor (#954)
* Simplify data transform for anki.enable setting
* Refactor AnkiController
* Implement marker link clicking
* Request permissions for clipboard
Diffstat (limited to 'ext/bg/css/settings.css')
-rw-r--r-- | ext/bg/css/settings.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css index 5d522209..231df1b3 100644 --- a/ext/bg/css/settings.css +++ b/ext/bg/css/settings.css @@ -331,17 +331,14 @@ input[type=checkbox].storage-button-checkbox { display: none; } -.error-data-show-button { +#anki-error-message-details-toggle { display: inline-block; margin-left: 0.5em; cursor: pointer; -} -.error-data-show-button:after { - content: "\2026"; font-weight: bold; } -.error-data-container { +#anki-error-message-details { margin-top: 0.25em; font-family: 'Courier New', Courier, monospace; white-space: pre; |