Modified checklist extension to use style.less
Review Request #5932 — Created June 4, 2014 and submitted
Modified the extension fo that it uses style.less instead of css file.
Manual testing on Chrome and Firefox:
- Added items to the list
- Checked items off the checklist
- Unchecked items on the checklist
- Deleted items from the checklsit
- Minimize the checklist
- Maximize the checklist
- Delete the whole checklist
- Start a new checklist by refreshing the page
-
This is a review from Review Bot. Tool: Pyflakes Processed Files: checklist/checklist/extension.py Ignored Files:
SA
- Testing Done:
-
+ Manual testing on Chrome and Firefox:
+ + - Added items to the list
+ - Checked items off the checklist
+ - Unchecked items on the checklist
+ - Deleted items from the checklsit
+ - Minimize the checklist
+ - Maximize the checklist
+ - Delete the whole checklist
+ - Start a new checklist by refreshing the page
-
As David pointed out, you probably want to remove the old style.css file, and include a new style.less file along with this with anything that the old style.css file had in it.