Skip to content

Commit a6cc723

Browse files
committed
chore: Increase specificity for admin urls (django 5.2)
1 parent c881f2f commit a6cc723

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

djangocms_frontend/static/djangocms_frontend/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/sass/base.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
@include visually-hidden;
1818
}
1919

20-
ul.nav {
20+
#content-main ul.nav {
2121
margin-bottom: 1em;
2222

2323
& > li.nav-item {
2424
list-style-type: none;
2525
padding: inherit;
26+
27+
a.nav-link {
28+
text-decoration: none;
29+
}
2630
}
2731
}
2832

0 commit comments

Comments
 (0)