From fa26e32d2979b3da37d07dfa2f38ecc71027150e Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 5 Dec 2014 00:19:57 -0300 Subject: [PATCH] hide tooltips on small devices --- css/src/mobile.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/src/mobile.css b/css/src/mobile.css index d63300341..952c0f3e7 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -231,6 +231,9 @@ background-color: #3C4E60; } + .tooltip { + display: none !important; + } } @media (max-width: 640px) {