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

- 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. */ -.selected +.c-selected { } /* Styles applied to views that are disabled. Not all browsers support the disabled pseudo selector, so Coherent applies the disabled class instead. */ -.disabled +.c-disabled { } /* Views that are read-only will have these styles. */ -.read-only +.c-read-only { } /* When a view is displaying the placeholder value for a null value, the view will have this class name. */ -.nullValue +.c-placeholder { } /* Since not all browsers support the focus pseudo selector, Coherent applies the focused class to all views that accept first responder status. */ -.focused +.c-focused { } -.hover +.c-hover { } -.asc +.c-asc { } -.desc +.c-desc { } -.active +.c-active { } -.updating +.c-updating { } -.invisible +.c-invisible { } -.invalid +.c-invalid { } -.inserted +.c-inserted { } -.deleted +.c-deleted { } -.replacing +.c-replacing { } -.loading +.c-loading { } -.first +.c-first { } -.last +.c-last { } -.drag-and-drop-copy +.c-drag-and-drop-copy { } -.drag-and-drop-move +.c-drag-and-drop-move { } -.drag-and-drop-link +.c-drag-and-drop-link { } -.drag-and-drop-no +.c-drag-and-drop-no { } -.coherent_windowInactive +.c-window-inactive { } -.outline-expanded +.c-outline-expanded { } -.outline-leaf +.c-outline-leaf { } -.outline-disclosure-button +.c-outline-disclosure-button { }