You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As was raised in this issue: #669 it's nice if the <kbd> tag has better styling to indicate that it is intended to represent a button, not just code.
My understanding of it was that this should have been fixed in this pull request #677 but that does not appear to be the case. I can not find the code changed in the PR in the current iteration of the src/sass/_theme_rst.sass, nor does it seem to work in my project.
Reproducible Project
To confirm the selection, hit :kbd:`ENTER`. To go back to the base mode, hit either :kbd:`ESC` or :kbd:`Q`.
Error Logs/Results
Here is the output of the above:
Expected Results
I know nothing about sass, but I monkeypatched it with the little custom css I have, basing myself on the change in the linked PR with the following css:
Problem
As was raised in this issue: #669 it's nice if the <kbd> tag has better styling to indicate that it is intended to represent a button, not just code.
My understanding of it was that this should have been fixed in this pull request #677 but that does not appear to be the case. I can not find the code changed in the PR in the current iteration of the
src/sass/_theme_rst.sass
, nor does it seem to work in my project.Reproducible Project
Error Logs/Results
Here is the output of the above:
Expected Results
I know nothing about sass, but I monkeypatched it with the little custom css I have, basing myself on the change in the linked PR with the following css:
Which produces the following output instead:
I'm not sure that's quite right still, but it's a lot closer to the expected output.
Environment Info
The text was updated successfully, but these errors were encountered: