Commit 8d8158a2 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch '262730-fix-incident-table-hover' into 'master'

Fix border hover for incidents and alerts

See merge request gitlab-org/gitlab!45117
parents 17864ee8 0a5484d9
......@@ -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