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:
Jacob Shandling 2022-11-29 13:39:09 -08:00 committed by GitHub
parent c89f58269c
commit 77e6398efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
- Prevent background color change for disabled pagination buttons on Activity card

View file

@ -48,7 +48,7 @@
margin-right: $pad-large;
}
&:hover,
&:hover:not(.button--disabled),
&:focus {
background-color: $ui-vibrant-blue-10;
}