Add comment to remind what "any-hover: none" means

Change-Id: I78bcdaba5b29923f552b44548524b023ecb77b9f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90706
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
Tor Lillqvist 2020-03-18 16:58:14 +02:00
parent 8fa38448e9
commit 40777e2384

View file

@ -215,6 +215,7 @@ body {
display: none;
}
}
/* any-hover: none is a "clever" trick to detect touch-only devices */
@media (any-hover: none) {
.w2ui-tag .w2ui-tag-top{display:none !important;}
}