Merge branch '27066-textarea-border' into 'master'

Resolve "Comment/Description textarea shows a blue border on the left"

Closes #27066

See merge request !8720
This commit is contained in:
Fatih Acet 2017-01-23 22:59:18 +00:00
commit b60de9c0fd
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,6 @@
.file-finder-input:hover,
.issuable-search-form:hover,
.search-text-input:hover,
textarea:hover,
.form-control:hover {
border-color: lighten($dropdown-input-focus-border, 20%);
box-shadow: 0 0 4px lighten($search-input-focus-shadow-color, 20%);

View File

@ -0,0 +1,4 @@
---
title: Remove blue border from comment box hover
merge_request:
author: