Fixes #3701 - Tags in ticket create screen displayed wrong
This commit is contained in:
parent
2632d9fc6b
commit
64f1b0c75b
1 changed files with 9 additions and 12 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue