Skip to content
Snippets Groups Projects
Commit 7e7ebe38 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Fix delete board dropdown hover text color

parent 770b3372
No related branches found
No related tags found
1 merge request!2636Fix delete board dropdown text color
Pipeline #
Loading
Loading
@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment