Made image in input menu section not open new page when clicked - #222
Made image in input menu section not open new page when clicked#222Slippery-Chickenz wants to merge 4 commits into
Conversation
brockdyer03
left a comment
There was a problem hiding this comment.
Looks good in general, I've been annoyed by this issue in the past so this is good to see.
Important to note that you can still open the images in a new tab through the right-click menu.
| :align: center | ||
| :height: 400px | ||
| :class: dark-light | ||
| :class: dark-light unclickable-figure |
There was a problem hiding this comment.
This definitely isn't the only spot where this issue arises. If you have spare time to grep for {figure} and replace them everywhere that'd be much appreciated.
There was a problem hiding this comment.
I've made another commit that hopefully resolves this for similar cases. Might have missed images that are defined in a different way.
brockdyer03
left a comment
There was a problem hiding this comment.
Looks like you got a lot of them, but a few errors in a few spots.
| :alt: Example of the Angle Properties Dialog | ||
| :align: center | ||
| :width: 49% | ||
| :class: dark-light |
There was a problem hiding this comment.
Looks like you misclicked while copy+pasting unclickable-figure here.
| :alt: Example of the Torsion Properties Dialog | ||
| :align: center | ||
| :width: 59% | ||
| :class: dark-light |
| :align: center | ||
| :height: 300px | ||
| :class: only-light | ||
| :class: only-ligh unclickable-figuret |
| :align: center | ||
| :height: 300px | ||
| :class: only-dark | ||
| :class: only-dar unclickable-figurek |
Made the image on the input menu page (https://avogadro.cc/docs/menus/input-menu.html) not open a new tab when clicked on.