Avoid tooltip flickering on mouse events
This commit is contained in:
@@ -140,6 +140,10 @@ input[type="checkbox"] {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.btn.pull-right {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user