From f0d7984da69eb9c3e62e1937e9bd9df341d78d33 Mon Sep 17 00:00:00 2001 From: bechi Date: Mon, 2 Feb 2015 11:06:25 -0300 Subject: [PATCH] remove hover on mobile --- css/src/desktop.css | 10 ++++++++++ css/src/main.css | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/src/desktop.css b/css/src/desktop.css index be2e39728..21db4ac7a 100644 --- a/css/src/desktop.css +++ b/css/src/desktop.css @@ -56,6 +56,16 @@ table tr:hover { cursor: pointer; } +.button.outline.light-gray:hover { + background: rgba(206,213,220,0.40); + color: #4B6178; +} + +.button.outline.dark-gray:hover { + background: rgba(255,255,255,.1); + color: #fff; +} + button.secondary:hover, button.secondary:focus, .button.secondary:hover, diff --git a/css/src/main.css b/css/src/main.css index e8a252476..c0192f16f 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -963,16 +963,6 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e color: #7A8C9E; } -.button.outline.light-gray:hover { - background: rgba(206,213,220,0.40); - color: #4B6178; -} - -.button.outline.dark-gray:hover { - background: rgba(255,255,255,.1); - color: #fff; -} - /* SECONDARY */ button.secondary, .button.secondary {