Commit 7e7ebe38 authored by Eric Eastwood's avatar Eric Eastwood

Fix delete board dropdown hover text color

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/3126
parent 770b3372
......@@ -58,5 +58,6 @@
%a{ "href" => "#", "@click.stop.prevent" => "showPage('milestone')" }
Edit board milestone
%li{ "v-if" => "showDelete" }
%a.text-danger{ "href" => "#", "@click.stop.prevent" => "showPage('delete')" }
Delete board
%a{ "href" => "#", "@click.stop.prevent" => "showPage('delete')" }
%span.text-danger
Delete board
---
title: Update delete board button text color to red and fix hover color
merge_request:
author:
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