no touch tooltips on nav elements
This commit is contained in:
committed by
Pete Matsyburka
parent
5ec8e4ccc7
commit
76d0e76fd5
@@ -114,6 +114,13 @@ button[disabled] .enabled, button.btn-disabled .enabled {
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
@media (hover: none), (pointer: coarse) {
|
||||
.tooltip-no-touch:before,
|
||||
.tooltip-no-touch:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
background: white;
|
||||
z-index: 1000;
|
||||
|
||||
Reference in New Issue
Block a user