lib/renderers/html/material.rb in atome-0.5.7.0.4 vs lib/renderers/html/material.rb in atome-0.5.7.0.5
- old
+ new
@@ -42,16 +42,16 @@
end
when :shadow
html.style("boxShadow", 'none')
html.style("filter", 'none')
@apply.delete(object_id_to_remove)
- apply(@apply)
+ # apply(@apply)
when :border
# alert :poipoipoipoipo
html.style("border", 'none')
- # html.style("filter", 'none')
+ html.style("filter", 'none')
@apply.delete(object_id_to_remove)
- apply(@apply)
+ # apply(@apply)
when :paint
atome_to_remove = grab(object_id_to_remove)
atome_to_remove.gradient.each do |color_id|
html.style(:background, '')
html.style(:backgroundColor, '')
\ No newline at end of file