Commit 0a5484d9 authored by David O'Regan's avatar David O'Regan Committed by Vitaly Slobodin

Fix border hover for incidents and alerts

parent 50c4c6ce
......@@ -7,6 +7,19 @@
table {
@include gl-text-gray-500;
tbody {
tr {
// TODO replace with gitlab/ui utilities: https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1791
&:hover {
border-top-style: double;
td {
border-bottom-style: initial;
}
}
}
}
tr {
&:focus {
outline: none;
......
---
title: Fix table border hover for incidents and alerts
merge_request: 45117
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment