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:
parent
8fa38448e9
commit
40777e2384
1 changed files with 1 additions and 0 deletions
|
@ -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;}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue