dismissable error close is not visible enough

This commit is contained in:
Nur Rony 2017-02-24 22:18:08 +06:00
parent 90040620cb
commit 330d4f3804
No known key found for this signature in database
GPG key ID: C81C7EA1631632D5
2 changed files with 16 additions and 0 deletions

View file

@ -148,6 +148,18 @@
.error-alert > .alert {
margin-top: 5px;
margin-bottom: 5px;
&.alert-dismissable {
.close {
color: $white-light;
opacity: 0.85;
font-weight: normal;
&:hover {
opacity: 1;
}
}
}
}
.discussion-body,

View file

@ -0,0 +1,4 @@
---
title: Fixes dismissable error close is not visible enough
merge_request: 9516
author: