This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 2727}
2828
2929.gg_column_wrapper {
30- display : inline-block;
30+ display : inline-block;
3131 float : left;
3232}
3333
4343}
4444
4545.gg_nochildren {
46-
46+
4747}
4848
4949.gg_row {
109109}
110110
111111.gg_row_hover > .gg_row {
112- background-color : # e2e2e2 ;
112+ background-color : # e2e2e2 ;
113113}
114114
115115.gg_clickable {
116116 cursor : pointer;
117117}
118118
119119/* note the '>', we don't want to highlight all the descendants! */
120- .gg_selected > .gg_row ,
120+ .gg_selected > .gg_row ,
121121.gg_selected > .gg_row_hover {
122122 background-color : # faffbd ;
123123 outline : 1px dotted # 333 ;
126126/* Drag and drop styling */
127127
128128.gg_dragging > .gg_row {
129- background-color : # e2e2e2 ;
129+ background-color : # e2e2e2 ;
130130 opacity : 0.5 ;
131131 color : # 444 ;
132132}
153153}
154154
155155.gg_drag_accept {
156- border-top-color : # BFDF8B ;
156+ border-top-color : # BFDF8B ;
157157}
158158
159159.gg_drag_deny {
176176}
177177
178178.gg_drag_deny > .gg_anchor_inner {
179- border-color : # FC807E ;
179+ border-color : # FC807E ;
180180}
181181
182182.gg_drag_outside {
232232 border-left : 1px solid # ccc ;
233233}
234234
235+ .gg_children {
236+ outline : none;
237+ }
238+
235239/* remove list styles */
236240.gg_assoc_wrapper {
237241 list-style : none;
You can’t perform that action at this time.
0 commit comments