Commit 056d0b45 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/212455/fixedTreeBorderOnFirefox' into 'master'

Fixes the tree border on FireFox

Closes #212455

See merge request gitlab-org/gitlab!28311
parents 4e6cfa11 89a68ba9
......@@ -120,6 +120,7 @@
&:hover:not(.tree-truncated-warning) {
td {
background-color: $blue-50;
background-clip: padding-box;
border-top: 1px solid $blue-200;
border-bottom: 1px solid $blue-200;
cursor: pointer;
......
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