app_generators/coherent/templates/src/css/@name@.css.erb in coherent-0.4.0 vs app_generators/coherent/templates/src/css/@name@.css.erb in coherent-0.4.1

- old
+ new

@@ -1,120 +1,120 @@ /* This is the primary CSS file for the <%=name.titlecase%> application. */ /* Styles for UI elements that have been selected. */ -.c-selected +.ui-selected { } /* Styles applied to views that are disabled. Not all browsers support the disabled pseudo selector, so Coherent applies the disabled class instead. */ -.c-disabled +.ui-disabled { } /* Views that are read-only will have these styles. */ -.c-read-only +.ui-readonly { } /* When a view is displaying the placeholder value for a null value, the view will have this class name. */ -.c-placeholder +.ui-placeholder { } /* Since not all browsers support the focus pseudo selector, Coherent applies the focused class to all views that accept first responder status. */ -.c-focused +.ui-focused { } -.c-hover +.ui-hover { } -.c-asc +.ui-sort-ascending { } -.c-desc +.ui-sort-descending { } -.c-active +.ui-active { } -.c-updating +.ui-updating { } -.c-invisible +.ui-hidden { } -.c-invalid +.ui-invalid { } -.c-inserted +.ui-inserted { } -.c-deleted +.ui-deleted { } -.c-replacing +.ui-replacing { } -.c-loading +.ui-loading { } -.c-first +.ui-first { } -.c-last +.ui-last { } -.c-drag-and-drop-copy +.ui-drag-and-drop-copy { } -.c-drag-and-drop-move +.ui-drag-and-drop-move { } -.c-drag-and-drop-link +.ui-drag-and-drop-link { } -.c-drag-and-drop-no +.ui-drag-and-drop-no { } -.c-window-inactive +.ui-window-inactive { } -.c-outline-expanded +.ui-outline-expanded { } -.c-outline-leaf +.ui-outline-leaf { } -.c-outline-disclosure-button +.ui-outline-disclosure-button { }