Skip to content

Commit

Permalink
fix: Remove top borders from nav tabs (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Oct 2, 2023
1 parent 4c5218c commit 4fdb349
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 4fdb349

Please sign in to comment.