Skip to content
Snippets Groups Projects
Commit fa43a750 authored by bgm's avatar bgm Committed by info@symbiotic.coop
Browse files

scss/civicrm/common/_tables: fixes for D9 Claro theme

parent fe633920
No related branches found
No related tags found
Loading
......@@ -2,6 +2,14 @@ table {
.crm-icon {
@include contact-type-icons();
}
tr {
/* remove border from Claro theme */
border-bottom: none;
}
td {
/* fixes 4rem height from Claro theme */
height: auto;
}
}
%crm-table {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment