From ddc90ff511b402d7300017ef961844bf088d8170 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Feb 2020 11:53:23 -0800 Subject: [PATCH] app: Drop border shadow for app icon in mobile view Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 5a5c926c4..58806f52f 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -588,11 +588,6 @@ a.menu_link_active { width: 150px; height: 150px; margin: 0 auto; - border-radius: 20%; - border: 5px solid #fff; - box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1); - padding: 10px; - transition: height 0.5s width 0.5s; } .header-bar {