Skip to content

Commit 7a81fb9

Browse files
committed
fix invisible "error" links
1 parent 7dcb03d commit 7a81fb9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

djangocms_admin_style/sass/components/_base.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@ ul.errorlist {
250250
margin-bottom: 10px !important;
251251
background-color: transparent !important;
252252
border: 0 !important;
253+
a {
254+
&,
255+
&:link,
256+
&:hover,
257+
&:focus,
258+
&:visited {
259+
color: $gray-darkest;
260+
}
261+
}
253262
li {
254263
color: $color-danger !important;
255264
font-size: $font-size-normal !important;

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)