Commit 403ba8ee authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-tree-item-btn-background' into 'master'

Add transparent background to remove button in tree item list

See merge request gitlab-org/gitlab!38597
parents efcedb76 84400181
......@@ -213,6 +213,7 @@ $item-remove-button-space: 42px;
margin-right: $gl-padding-4 / 2;
line-height: 0;
border-color: transparent;
background-color: transparent;
color: $gl-text-color-secondary;
.related-items-tree & {
......
---
title: Add transparent background to remove button in tree item list
merge_request: 38597
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