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
No related merge requests found
...@@ -2,6 +2,14 @@ table { ...@@ -2,6 +2,14 @@ table {
.crm-icon { .crm-icon {
@include contact-type-icons(); @include contact-type-icons();
} }
tr {
/* remove border from Claro theme */
border-bottom: none;
}
td {
/* fixes 4rem height from Claro theme */
height: auto;
}
} }
%crm-table { %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