Actions
Defect #31496
closedSwitch between toggle plus and minus icons for toggle multi select
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
This patch:
- fixes the existent behaviour where the same toggle plus icon is shown regardless multi select state
- adds the "icon icon-*" classes
Before:
After:
Files
Related issues
Updated by Go MAEDA over 5 years ago
- Related to Feature #31328: Change the "+" button in the issues filter to a larger one added
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 4.1.0
- Resolution set to Fixed
Committed the patch. Thank you for fixing the behavior.
Updated by Marius BĂLTEANU over 5 years ago
- Related to Patch #31433: Use "icon icon-*" classes for sort-handler, collapsible fieldsets and collapsible versions added
Updated by Go MAEDA over 5 years ago
- Related to Defect #31502: Error syntax in application.css added
Updated by Go MAEDA over 5 years ago
- Status changed from Closed to Resolved
An error in application.css was reported as #31502.
Updated by Marius BĂLTEANU over 5 years ago
Please commit the attached fixes, the problem wasn't only the broken css rule.
Updated by Marius BĂLTEANU over 5 years ago
My last patch fixes:
- incorrect icon-toggle-plus
and icon-toggle-minus
background rules
- broken CSS rule in .toggle-multiselect
and removes some unnecessary rules
- some cases where clicking on toggle-multiselect element adds the icon class to "a" element instead of "span"
- icon switch in workflow permissions tab.
Updated by Go MAEDA over 5 years ago
- Status changed from Reopened to Closed
Marius BALTEANU wrote:
Please commit the attached fixes, the problem wasn't only the broken css rule.
Committed in r18224. Thanks.
Actions