DEV: Remove effectively unused `disable-no-hover` class

This commit is contained in:
Penar Musaraj 2020-07-28 21:43:49 -04:00
parent 6a060913d8
commit c2d31f5336
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
2 changed files with 1 additions and 8 deletions

View File

@ -28,7 +28,7 @@
{{else if model.id}}
<div class="disable_info_wrap">
{{d-button disabled=deleteDisabled
class="btn-default disable-no-hover"
class="btn-default"
action=(action "toggleDeleteTooltip")
icon="question-circle"
label="category.delete"}}

View File

@ -76,10 +76,3 @@
.clickable {
cursor: pointer;
}
// Buttons
// ---------------------------------------------------
.disable-no-hover:hover {
background: dark-light-choose($primary-low, $secondary-medium);
color: $primary;
}