Fixed collapsed inlines rounded bottom borders.

pull/147/head
Fabio Caccamo 2021-12-21 15:58:39 +01:00
parent c9e800b5ab
commit 042e93a84b
1 changed files with 8 additions and 0 deletions

View File

@ -431,6 +431,14 @@
border-bottom-right-radius:0;
{% endif %}
}
.admin-interface .module.collapse.collapsed h2 {
/* fix collapsed inlines rounded bottom borders */
{% if theme.css_module_rounded_corners %}
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
{% endif %}
}
/* end fix */
.admin-interface #content-related {