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
co-authored by Jacob Shandling
parent c89f58269c
commit 77e6398efb
2 changed files with 2 additions and 1 deletions
+1
View 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;
}