intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

[Event Handler] Unified delete event button with others. #288

Closed xuqingkuang closed 12 years ago

xuqingkuang commented 12 years ago

Fixed issue - https://01.org/jira/browse/RIB-40

zhizhangchen commented 12 years ago

Why don't you reuse "div.propertyItems .delete.button" style definition?

zhizhangchen commented 12 years ago

"Fix bug: Delete icon in event handler is different than those elsewhere" might be a better commit message

xuqingkuang commented 12 years ago

The code updated by your comments, please review. @zhizhangchen