From 649299edd5122afe32255b112950b0a44c7a3b17 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 3 Dec 2015 18:26:59 -0300 Subject: [PATCH] Fix tabs --- src/css/mobile.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/mobile.css b/src/css/mobile.css index 471c3ba13..538b535c7 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -833,8 +833,7 @@ textarea:focus display: block; } -.tab-container.selected, -.tab-container:active { +.tab-container.selected { border-bottom: 3px solid #4B6178; }