Browse Source

Fixes #4384 - Priority icons in ticket overviews have lost their color

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

+ 8 - 8
app/assets/stylesheets/zammad.scss

@@ -441,14 +441,6 @@ ul {
   z-index: 1100;
 }
 
-.u-high-priority-color {
-  fill: $high-priority-color;
-}
-
-.u-low-priority-color {
-  fill: $low-priority-color;
-}
-
 .clickCatcher {
   top: 0;
   left: 0;
@@ -6084,6 +6076,14 @@ a.list-group-item.active > .badge,
   color: var(--danger-color);
 }
 
+.u-high-priority-color {
+  fill: $high-priority-color;
+}
+
+.u-low-priority-color {
+  fill: $low-priority-color;
+}
+
 .stat-widgets {
   margin: -7px -7px 20px;
 }