UI: Prevent bg color change of disabled pagination buttons in Activity card (#8859)
* Add negation pseuodo-class to button hover to prevent bg color change when disabled * change file Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
co-authored by
Jacob Shandling
parent
c89f58269c
commit
77e6398efb
@@ -0,0 +1 @@
|
||||
- Prevent background color change for disabled pagination buttons on Activity card
|
||||
@@ -48,7 +48,7 @@
|
||||
margin-right: $pad-large;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:hover:not(.button--disabled),
|
||||
&:focus {
|
||||
background-color: $ui-vibrant-blue-10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user