From 9c35b864fd1865da8030288c1bba3970ddf19d7c Mon Sep 17 00:00:00 2001 From: Yashashvi Dave Date: Fri, 28 Jun 2019 14:19:46 +0530 Subject: [PATCH] input pills: Update style for non editable pills. For non editable input pills, add background color to be transparent and padding to 0px. --- static/styles/input_pill.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/input_pill.scss b/static/styles/input_pill.scss index b7a595aae4..5fe8ef431e 100644 --- a/static/styles/input_pill.scss +++ b/static/styles/input_pill.scss @@ -55,6 +55,8 @@ &.not-editable { cursor: not-allowed; border: none; + background-color: transparent; + padding: 0px; .pill { padding-right: 4px;