Remove hover styling for generic textarea

This commit is contained in:
Annabel Dunstone Gray 2017-01-23 10:32:30 -06:00
parent 6c65f7a7ce
commit f287ae24c0
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: