Merge "CSS get None when error in inline_editing"

This commit is contained in:
Jenkins 2015-08-03 20:17:38 +00:00 committed by Gerrit Code Review
commit d6f5c24c06
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-i
margin-top: 0px;
*margin-right: .3em;
line-height: 14px;
background-image: url($icons);
@if $icons != None { background-image: url($icons); }
background-position: $x $y;
background-repeat: no-repeat;
position: absolute;