Changes between Initial Version and Version 1 of Ticket #16812, comment 14
- Timestamp:
- Oct 4, 2013, 9:14:45 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16812, comment 14
initial v1 1 Besides being used for deciding about the thebackground stripes, it is also used for instance like that:1 Besides being used for deciding about the background stripes, it is also used for instance like that: 2 2 {{{ 3 3 .dj_ios6 .mblListItem { … … 7 7 }}} 8 8 Which means that there is a need to test whether your proposed change wouldn't produce a regression on iOS 7. There might be other similar cases, hence my suggestion to revisit the occurrences of dj_ios6 in the theme. 9 10 Also, while the background stripes should clearly be restricted to iOS 6.x (since they go against the iOS 7 look), we also use dj_ios6 for deciding for instance about borders in mblHeading etc. In such cases, the question is whether reverting our ios theme to its iOS 5 behavior would make things worse or better on iOS 7.