Browse Source

Fixes #4254: reset notifications color to text-color

Felix Niklas 2 years ago
parent
commit
6d88069260
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/assets/stylesheets/zammad.scss

+ 1 - 0
app/assets/stylesheets/zammad.scss

@@ -6353,6 +6353,7 @@ a.list-group-item.active > .badge,
 }
 
 .activity-message {
+  color: inherit;
   flex: 1;
   min-width: 0; /* Firefox wrong content-calculation with word-wrap workaround */