input pills: Update style for non editable pills.

For non editable input pills, add background color
to be transparent and padding to 0px.
This commit is contained in:
Yashashvi Dave 2019-06-28 14:19:46 +05:30 committed by Tim Abbott
parent 5be2207bf8
commit 9c35b864fd
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
&.not-editable {
cursor: not-allowed;
border: none;
background-color: transparent;
padding: 0px;
.pill {
padding-right: 4px;