Content
View differences
Updated by Henriette Darge over 8 years ago
### Current State
We have multiple implementations of drop downs (in top menu, in the WP table, toolbar more menu…). This causes problems in the css-rules:
- There are obsolete rules (e.g. ‘dropdown-tip’).
- The drop down class is inconsistently used:
- dropdown vs. drop-down
- The rules override themselves at some place. Because of this there are many special rules reverting this. Although they all look the same the implementation for the top menu is for example different from the one in the toolbar.
### Expected State
- The duplicates shall be reduced making it easier to use the dropdown classes.
We have multiple implementations of drop downs (in top menu, in the WP table, toolbar more menu…). This causes problems in the css-rules:
- There are obsolete rules (e.g. ‘dropdown-tip’).
- The drop down class is inconsistently used:
- dropdown vs. drop-down
- The rules override themselves at some place. Because of this there are many special rules reverting this. Although they all look the same the implementation for the top menu is for example different from the one in the toolbar.
### Expected State
- The duplicates shall be reduced making it easier to use the dropdown classes.