diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.css b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.css
deleted file mode 100644
index 4a9fb2394..000000000
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.css
+++ /dev/null
@@ -1,4 +0,0 @@
-.list-group-item.components-grid-alertgrid-alertgroup-alert {
- border-width: 3px;
- line-height: 1rem;
-}
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.js b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.js
index 2a3330d60..9c9847b67 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.js
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.js
@@ -17,7 +17,7 @@ import { RenderNonLinkAnnotation, RenderLinkAnnotation } from "../Annotation";
import { Silence } from "../Silence";
import { AlertMenu } from "./AlertMenu";
-import "./index.css";
+import "./index.scss";
const Alert = observer(
class Alert extends Component {
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.scss b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.scss
new file mode 100644
index 000000000..49df98330
--- /dev/null
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.scss
@@ -0,0 +1,12 @@
+@import "src/App.scss";
+
+.components-grid-alertgrid-alertgroup-alert {
+ &:hover {
+ background-color: $gray-100;
+ }
+
+ &.list-group-item {
+ border-width: 3px;
+ line-height: 1rem;
+ }
+}
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.js.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.js.snap
index 9c41793fd..a6f4d0a82 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.js.snap
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.js.snap
@@ -287,7 +287,7 @@ exports[`