Skip to content
Snippets Groups Projects
Commit 4528d3c3 authored by Nicol's avatar Nicol Committed by benjamin
Browse files

Fixes white trash icon bug…

The trash icon colour is set to 'inherit' so that it works with a variety of button and alert styles, but this leaves it white when it's not inside a button, background or alert style. Ref: extensions/riverlea#11 (comment 175623)
parent c59923e4
Branches
Tags
No related merge requests found
......@@ -207,6 +207,7 @@ div.civicrm-community-messages a.civicrm-community-message-dismiss::before,
/* Trash icons */
.crm-container .delete-icon {
background-image: none;
color: var(--crm-alert-text-danger);
}
.crm-container .delete-icon::before,
.crm-container .crm-i.fa-trash::before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment