Browse Source

Fixes #3701 - Tags in ticket create screen displayed wrong

Mantas 3 years ago
parent
commit
64f1b0c75b
1 changed files with 9 additions and 12 deletions
  1. 9 12
      app/assets/stylesheets/zammad.scss

+ 9 - 12
app/assets/stylesheets/zammad.scss

@@ -7624,18 +7624,6 @@ footer {
   margin-top: 10px;
 }
 
-.tag {
-  display: inline-block;
-  background: #0F94D6;
-  color: white;
-  border-radius: 999px;
-  padding: 2px 12px 1px;
-  
-  &:hover {
-    background: hsl(200deg, 87%, 34%);
-  }
-}
-
 .userNotifications label + .btn {
   margin-top: 1px;
 }
@@ -12975,6 +12963,15 @@ span.is-disabled {
     
     .tag {
       margin: 2px;
+      display: inline-block;
+      background: #0F94D6;
+      color: white;
+      border-radius: 999px;
+      padding: 2px 12px 1px;
+
+      &:hover {
+        background: hsl(200deg, 87%, 34%);
+      }
     }
   }