Remove hover & active delete icon, leave it the same as normal

This commit is contained in:
nathangray 2017-01-30 10:01:15 -07:00
parent b5d65d4fed
commit 38babb0ff8
4 changed files with 0 additions and 8 deletions

View File

@ -2153,7 +2153,6 @@ button[id="calendar-edit_button[delete]"]:hover,
button[id="timesheet-edit_button[delete]"]:hover,
button[id="displayToolbar-delete"]:hover,
button.et2_button_delete:hover {
background-image: url('../images/delete-hover.png') !important;
background-color: #b81f00 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/
@ -2191,7 +2190,6 @@ button[id="calendar-edit_button[delete]"]:active,
button[id="timesheet-edit_button[delete]"]:active,
button[id="displayToolbar-delete"]:active,
button.et2_button_delete:active {
background-image: url('../images/delete-hover.png') !important;
background-color: #e12500 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/

View File

@ -2142,7 +2142,6 @@ button[id="calendar-edit_button[delete]"]:hover,
button[id="timesheet-edit_button[delete]"]:hover,
button[id="displayToolbar-delete"]:hover,
button.et2_button_delete:hover {
background-image: url('../images/delete-hover.png') !important;
background-color: #b81f00 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/
@ -2180,7 +2179,6 @@ button[id="calendar-edit_button[delete]"]:active,
button[id="timesheet-edit_button[delete]"]:active,
button[id="displayToolbar-delete"]:active,
button.et2_button_delete:active {
background-image: url('../images/delete-hover.png') !important;
background-color: #e12500 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/

View File

@ -2697,7 +2697,6 @@ button[id="calendar-edit_button[delete]"]:hover,
button[id="timesheet-edit_button[delete]"]:hover,
button[id="displayToolbar-delete"]:hover,
button.et2_button_delete:hover {
background-image: url('../images/delete-hover.png') !important;
background-color: #b81f00 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/
@ -2735,7 +2734,6 @@ button[id="calendar-edit_button[delete]"]:active,
button[id="timesheet-edit_button[delete]"]:active,
button[id="displayToolbar-delete"]:active,
button.et2_button_delete:active {
background-image: url('../images/delete-hover.png') !important;
background-color: #e12500 !important;
/*.border_normal;*/
/*.box_shadow_standard_light;*/

View File

@ -139,14 +139,12 @@
&:hover {
background-image:url('../images/delete-hover.png') !important;
background-color: @color_negative_action_hover !important;
.Complete_Button_text_icon_before;
color: @gray_0 !important;;
}
&:active {
background-image:url('../images/delete-hover.png') !important;
background-color: @color_negative_action_active !important;
.Complete_Button_text_icon_before;
color: @gray_0;