From fc0354ef59a9791e4b773069f45d408e870259c1 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 21 Mar 2017 10:34:46 -0700 Subject: [PATCH] Remove drop shadow from Tag UI for consistency. Likely a side-effect of using `.form-control()` --- notebook/static/notebook/less/tagbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/static/notebook/less/tagbar.less b/notebook/static/notebook/less/tagbar.less index 3d72c5c3c..569cffc4d 100644 --- a/notebook/static/notebook/less/tagbar.less +++ b/notebook/static/notebook/less/tagbar.less @@ -45,6 +45,7 @@ .form-control(); .input-sm(); // undo some of the sizing caused by the above mixins + box-shadow: none; width: inherit; font-size: inherit; height: 22px;