hide border while dragging tickets
This commit is contained in:
parent
fa77d5a04a
commit
23b15acf52
1 changed files with 4 additions and 0 deletions
|
@ -1637,6 +1637,10 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tab.ui-sortable-helper {
|
||||||
|
border-bottom-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tab.nav-tab--search {
|
.nav-tab.nav-tab--search {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue