Commit edf645c2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '3126-fix-delete-board-hover-color' into 'master'

Fix delete board dropdown text color

Closes #3126

See merge request !2636
parents aa5fefc8 7e7ebe38
......@@ -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