Skip to content

Commit 52cc358

Browse files
authored
fix: pagetree dropdown cross (#487)
1 parent 14081d5 commit 52cc358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangocms_admin_style/sass/components/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ a:link {
133133
text-decoration: none;
134134
&:hover,
135135
&:active {
136-
color: $color-primary !important;
136+
color: $color-primary;
137137
}
138138
&:visited {
139139
color: $color-primary;

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)