Commit 63c26980 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into 'master'

dismissable error close is not visible enough

Closes #28660

See merge request !9516
parents 80f46fe0 330d4f38
......@@ -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