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

Add hover state to MR comment reply button

parent 3c9a3918
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
&:focus { &:focus {
cursor: text; cursor: text;
box-shadow: none; box-shadow: none;
border-color: $border-color; border-color: lighten($dropdown-input-focus-border, 20%);
color: $gray-darkest; color: $gray-darkest;
background-color: $gray-light; background-color: $gray-light;
} }
......
---
title: Add hover state to MR comment reply button
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