Skip to content

Commit

Permalink
Fixed collapsed inlines rounded bottom borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Dec 21, 2021
1 parent c9e800b commit 042e93a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 042e93a

Please sign in to comment.