mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
DEV: Remove effectively unused disable-no-hover
class
This commit is contained in:
parent
6a060913d8
commit
c2d31f5336
@ -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"}}
|
||||
|
@ -76,10 +76,3 @@
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
// Buttons
|
||||
// ---------------------------------------------------
|
||||
.disable-no-hover:hover {
|
||||
background: dark-light-choose($primary-low, $secondary-medium);
|
||||
color: $primary;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user