Closed placoderm closed 2 years ago
Currently the tool bar icon for hide/display outline is identical to the notebook list icon. They are both fa-bars. So it looks like this:
fa-bars
Use fa-align-right instead:
fa-align-right
Even better would be inverting the icon vertically using fa-flip-vertical:
fa-flip-vertical
Problem:
Currently the tool bar icon for hide/display outline is identical to the notebook list icon. They are both
fa-bars
. So it looks like this:Solution
Use
fa-align-right
instead:Even better would be inverting the icon vertically using
fa-flip-vertical
: