mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
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:
parent
c89f58269c
commit
77e6398efb
2 changed files with 2 additions and 1 deletions
1
changes/issue-8392-improve-pagination
Normal file
1
changes/issue-8392-improve-pagination
Normal file
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue