Skip to content

Commit 8eb9a77

Browse files
committed
fixes advanced settings link color
1 parent c4b9f66 commit 8eb9a77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

djangocms_admin_style/sass/components/_forms.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ form {
256256
color: $gray-darkest;
257257
font-size: $font-size-large;
258258
background: none;
259-
a {
260-
color: $color-primary;
261-
}
262259
}
263260
&.collapsed {
264261
margin-bottom: 30px !important;
265262
border: 0;
263+
.collapse-toggle {
264+
color: $color-primary;
265+
}
266266
}
267267
}
268268
label select {

djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin.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.

0 commit comments

Comments
 (0)