Skip to content
Snippets Groups Projects
Commit a2a43d82 authored by Fatih Acet's avatar Fatih Acet
Browse files

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

Add hover state to MR comment reply button

See merge request !8541
parents 97475d0b cb316804
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
---
title: Add hover state to MR comment reply button
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