Skip to content

Commit

Permalink
Fix: Remove top borders from nav tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 2, 2023
1 parent 68d7120 commit d5f9197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion djangocms_frontend/static/djangocms_frontend/css/base.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions private/sass/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ div.tab-pk {
margin-left: auto;
}

.djangocms-admin-style .djangocms-frontend li.nav-item {
border-top: none;
.djangocms-admin-style .colM ul.nav {
margin-top: 0;
li.nav-item {
border-top: none;
}
}

0 comments on commit d5f9197

Please sign in to comment.