Changes between Initial Version and Version 1 of Ticket #16004, comment 93
- Timestamp:
- 10/17/14 18:29:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16004, comment 93
initial v1 1 The evaluate button not showing up appears to be related to the wrong css rule being chosen at https://github.com/sagemath/sagenb/blob/master/sass/src/main.scss#L865 - it should be eval_button_active but isn't. I can't figure this out yet .1 The evaluate button not showing up appears to be related to the wrong css rule being chosen at https://github.com/sagemath/sagenb/blob/master/sass/src/main.scss#L865 - it should be eval_button_active but isn't. I can't figure this out yet; even when I change to make the button show up in the web inspector, I still can't get it to evaluate.