Skip to content

Commit

Permalink
remove tab-hover class (removes hand pointer and hover)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed May 11, 2016
1 parent cdf97e8 commit 62f2780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vm_common/_reconfigure.html.haml
Expand Up @@ -120,7 +120,7 @@
%button.btn.btn-default.btn-sm{:type => "button",
"ng-click" => "hideAddDisk()",
"ng-show" => "reconfigureModel.addEnabled"}= ('Cancel Add')
%table.table.table-striped.table-hover.table-condensed.table-bordered
%table.table.table-striped.table-condensed.table-bordered
%thead
%th= _('Name')
%th= _('Type')
Expand Down

0 comments on commit 62f2780

Please sign in to comment.