Removed edit icon hover effect

Also did some JS clean up.

Change-Id: I5b282fbee72413ad863562591c4e1e76b2579918
Closes-Bug: #1357589
This commit is contained in:
Thai Tran 2014-08-15 16:33:04 -07:00
parent bf0c4aa49e
commit 203c9cb28a
2 changed files with 0 additions and 16 deletions

View File

@ -263,13 +263,5 @@ horizon.addInitFunction(function() {
$('table').on('mouseleave', '.inline_edit_available', function (evt) {
$(this).find(".table_cell_action").fadeOut(200);
});
$('table').on('mouseenter', '.table_cell_action', function (evt) {
$(this).addClass("hovered");
});
$('table').on('mouseleave', '.table_cell_action', function (evt) {
$(this).removeClass("hovered");
});
});

View File

@ -752,14 +752,6 @@ div.table_cell_wrapper {
z-index: 99;
}
.table_cell_action.hovered {
background-image: -webkit-linear-gradient(top, +body-bg, +gray-lighter);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border: 1px solid $gray-light;
border-bottom-color: darken($gray-light, 10%);
border-radius: 4px;
}
.inline-edit-error {
.error {
@include status-icon(-144px, -120px, 0px, 0px);