working on department/priority item badge
This commit is contained in:
parent
bf6a004d64
commit
4d7f2ba3ea
@ -121,29 +121,43 @@ body {
|
||||
|
||||
.ticket-item .ticket-item-complex {
|
||||
transition: all 0.3s ease;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
#ticketsContainer:not(.complex-items) .ticket-item .ticket-item-complex {
|
||||
margin: 0 !important;
|
||||
width: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ticket-item .ticket-item-complex .badge {
|
||||
width: 1.8rem;
|
||||
min-width: 1.8rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ticket-item .ticket-item-complex .badge:hover {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
.ticket-item .ticket-item-complex .badge .ticket-item-complex-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ticket-item .ticket-item-complex .badge:hover .ticket-item-complex-expand {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
.ticket-item .ticket-item-complex .badge:hover .ticket-item-complex-expand,
|
||||
.ticket-item .ticket-item-complex .badge .ticket-item-complex-expand:hover {
|
||||
display: inline;
|
||||
width: fit-content;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
.ticket-item .ticket-item-icon {
|
||||
width: 2rem;
|
||||
|
11671
logs/debug.log.2024-01-18
Normal file
11671
logs/debug.log.2024-01-18
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user