no touch tooltips on nav elements

This commit is contained in:
Alex Turchyn
2026-07-22 18:06:04 +03:00
committed by Pete Matsyburka
parent 5ec8e4ccc7
commit 76d0e76fd5
12 changed files with 36 additions and 29 deletions
+7
View File
@@ -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;