Commit 330d4f38 authored by Nur Rony's avatar Nur Rony

dismissable error close is not visible enough

parent 90040620
......@@ -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,
......
---
title: Fixes dismissable error close is not visible enough
merge_request: 9516
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