Commit a2a43d82 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'input-button-hover' into 'master'

Add hover state to MR comment reply button

See merge request !8541
parents 97475d0b cb316804
......@@ -324,7 +324,7 @@
&:focus {
cursor: text;
box-shadow: none;
border-color: $border-color;
border-color: lighten($dropdown-input-focus-border, 20%);
color: $gray-darkest;
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